Current section

16 Versions

Jump to

Compare versions

4 files changed
+13 additions
-13 deletions
  @@ -31,4 +31,4 @@
31 31 {<<"optional">>,false},
32 32 {<<"repository">>,<<"hexpm">>},
33 33 {<<"requirement">>,<<"~> 0.1.0">>}]]}.
34 - {<<"version">>,<<"0.2.1">>}.
34 + {<<"version">>,<<"0.3.0">>}.
  @@ -52,7 +52,7 @@ defmodule GoogleApi.DigitalAssetLinks.V1.Api.Assetlinks do
52 52
53 53 * `connection` (*type:* `GoogleApi.DigitalAssetLinks.V1.Connection.t`) - Connection to server
54 54 * `optional_params` (*type:* `keyword()`) - Optional parameters
55 - * `:$.xgafv` (*type:* `String.t`) - V1 error format.
55 + * `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
56 56 * `:access_token` (*type:* `String.t`) - OAuth access token.
57 57 * `:alt` (*type:* `String.t`) - Data format for response.
58 58 * `:callback` (*type:* `String.t`) - JSONP
  @@ -79,7 +79,7 @@ defmodule GoogleApi.DigitalAssetLinks.V1.Api.Assetlinks do
79 79 Example: A query with relation `delegate_permission/common.handle_all_urls`
80 80 matches an asset link with relation
81 81 `delegate_permission/common.handle_all_urls`.
82 - * `:source.androidApp.certificate.sha256Fingerprint` (*type:* `String.t`) - The uppercase SHA-265 fingerprint of the certificate. From the PEM
82 + * `:"source.androidApp.certificate.sha256Fingerprint"` (*type:* `String.t`) - The uppercase SHA-265 fingerprint of the certificate. From the PEM
83 83 certificate, it can be acquired like this:
84 84
85 85 $ keytool -printcert -file $CERTFILE | grep SHA256:
  @@ -100,11 +100,11 @@ defmodule GoogleApi.DigitalAssetLinks.V1.Api.Assetlinks do
100 100 certificate into the DER format, compute the SHA-256 hash of that string
101 101 and represent the result as a hexstring (that is, uppercase hexadecimal
102 102 representations of each octet, separated by colons).
103 - * `:source.androidApp.packageName` (*type:* `String.t`) - Android App assets are naturally identified by their Java package name.
103 + * `:"source.androidApp.packageName"` (*type:* `String.t`) - Android App assets are naturally identified by their Java package name.
104 104 For example, the Google Maps app uses the package name
105 105 `com.google.android.apps.maps`.
106 106 REQUIRED
107 - * `:source.web.site` (*type:* `String.t`) - Web assets are identified by a URL that contains only the scheme, hostname
107 + * `:"source.web.site"` (*type:* `String.t`) - Web assets are identified by a URL that contains only the scheme, hostname
108 108 and port parts. The format is
109 109
110 110 http[s]://<hostname>[:<port>]
  @@ -137,7 +137,7 @@ defmodule GoogleApi.DigitalAssetLinks.V1.Api.Assetlinks do
137 137 * `https://google.com/` (hostname does not match)
138 138 * `https://www.google.com:444/` (port does not match)
139 139 REQUIRED
140 - * `:target.androidApp.certificate.sha256Fingerprint` (*type:* `String.t`) - The uppercase SHA-265 fingerprint of the certificate. From the PEM
140 + * `:"target.androidApp.certificate.sha256Fingerprint"` (*type:* `String.t`) - The uppercase SHA-265 fingerprint of the certificate. From the PEM
141 141 certificate, it can be acquired like this:
142 142
143 143 $ keytool -printcert -file $CERTFILE | grep SHA256:
  @@ -158,11 +158,11 @@ defmodule GoogleApi.DigitalAssetLinks.V1.Api.Assetlinks do
158 158 certificate into the DER format, compute the SHA-256 hash of that string
159 159 and represent the result as a hexstring (that is, uppercase hexadecimal
160 160 representations of each octet, separated by colons).
161 - * `:target.androidApp.packageName` (*type:* `String.t`) - Android App assets are naturally identified by their Java package name.
161 + * `:"target.androidApp.packageName"` (*type:* `String.t`) - Android App assets are naturally identified by their Java package name.
162 162 For example, the Google Maps app uses the package name
163 163 `com.google.android.apps.maps`.
164 164 REQUIRED
165 - * `:target.web.site` (*type:* `String.t`) - Web assets are identified by a URL that contains only the scheme, hostname
165 + * `:"target.web.site"` (*type:* `String.t`) - Web assets are identified by a URL that contains only the scheme, hostname
166 166 and port parts. The format is
167 167
168 168 http[s]://<hostname>[:<port>]
  @@ -46,7 +46,7 @@ defmodule GoogleApi.DigitalAssetLinks.V1.Api.Statements do
46 46
47 47 * `connection` (*type:* `GoogleApi.DigitalAssetLinks.V1.Connection.t`) - Connection to server
48 48 * `optional_params` (*type:* `keyword()`) - Optional parameters
49 - * `:$.xgafv` (*type:* `String.t`) - V1 error format.
49 + * `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
50 50 * `:access_token` (*type:* `String.t`) - OAuth access token.
51 51 * `:alt` (*type:* `String.t`) - Data format for response.
52 52 * `:callback` (*type:* `String.t`) - JSONP
  @@ -71,7 +71,7 @@ defmodule GoogleApi.DigitalAssetLinks.V1.Api.Statements do
71 71 Example: A query with relation `delegate_permission/common.handle_all_urls`
72 72 matches an asset link with relation
73 73 `delegate_permission/common.handle_all_urls`.
74 - * `:source.androidApp.certificate.sha256Fingerprint` (*type:* `String.t`) - The uppercase SHA-265 fingerprint of the certificate. From the PEM
74 + * `:"source.androidApp.certificate.sha256Fingerprint"` (*type:* `String.t`) - The uppercase SHA-265 fingerprint of the certificate. From the PEM
75 75 certificate, it can be acquired like this:
76 76
77 77 $ keytool -printcert -file $CERTFILE | grep SHA256:
  @@ -92,11 +92,11 @@ defmodule GoogleApi.DigitalAssetLinks.V1.Api.Statements do
92 92 certificate into the DER format, compute the SHA-256 hash of that string
93 93 and represent the result as a hexstring (that is, uppercase hexadecimal
94 94 representations of each octet, separated by colons).
95 - * `:source.androidApp.packageName` (*type:* `String.t`) - Android App assets are naturally identified by their Java package name.
95 + * `:"source.androidApp.packageName"` (*type:* `String.t`) - Android App assets are naturally identified by their Java package name.
96 96 For example, the Google Maps app uses the package name
97 97 `com.google.android.apps.maps`.
98 98 REQUIRED
99 - * `:source.web.site` (*type:* `String.t`) - Web assets are identified by a URL that contains only the scheme, hostname
99 + * `:"source.web.site"` (*type:* `String.t`) - Web assets are identified by a URL that contains only the scheme, hostname
100 100 and port parts. The format is
101 101
102 102 http[s]://<hostname>[:<port>]
  @@ -1,7 +1,7 @@
1 1 defmodule GoogleApi.DigitalAssetLinks.V1.Mixfile do
2 2 use Mix.Project
3 3
4 - @version "0.2.1"
4 + @version "0.3.0"
5 5
6 6 def project do
7 7 [app: :google_api_digital_asset_links,