Current section

16 Versions

Jump to

Compare versions

13 files changed
+50 additions
-50 deletions
  @@ -1,6 +1,6 @@
1 1 # GoogleApi.DigitalAssetLinks
2 2
3 - Client library for Digital Asset Links API from Google.
3 + Digital Asset Links API client library.
4 4
5 5 Discovers relationships between online assets such as websites or mobile apps.
6 6
  @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
11 11
12 12 ```elixir
13 13 def deps do
14 - [{:google_api_digital_asset_links, "~> 0.4"}]
14 + [{:google_api_digital_asset_links, "~> 0.5"}]
15 15 end
16 16 ```
  @@ -1,7 +1,7 @@
1 1 {<<"app">>,<<"google_api_digital_asset_links">>}.
2 2 {<<"build_tools">>,[<<"mix">>]}.
3 3 {<<"description">>,
4 - <<"Client library for Digital Asset Links API from Google. Discovers relationships between online assets such as websites or mobile apps.">>}.
4 + <<"Digital Asset Links API client library. Discovers relationships between online assets such as websites or mobile apps.">>}.
5 5 {<<"elixir">>,<<"~> 1.4">>}.
6 6 {<<"files">>,
7 7 [<<"lib">>,<<"lib/google_api">>,<<"lib/google_api/digital_asset_links">>,
  @@ -31,4 +31,4 @@
31 31 {<<"optional">>,false},
32 32 {<<"repository">>,<<"hexpm">>},
33 33 {<<"requirement">>,<<"~> 0.2">>}]]}.
34 - {<<"version">>,<<"0.4.0">>}.
34 + {<<"version">>,<<"0.5.0">>}.
  @@ -1,19 +1,19 @@
1 1 # Copyright 2019 Google LLC
2 2 #
3 - # Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
3 + # Licensed under the Apache License, Version 2.0 (the "License");
4 4 # you may not use this file except in compliance with the License.
5 5 # You may obtain a copy of the License at
6 6 #
7 7 # http://www.apache.org/licenses/LICENSE-2.0
8 8 #
9 9 # Unless required by applicable law or agreed to in writing, software
10 - # distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
10 + # distributed under the License is distributed on an "AS IS" BASIS,
11 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 - # NOTE: This class is auto generated by the elixir code generator program.
16 - # Do not edit the class manually.
15 + # NOTE: This file is auto generated by the elixir code generator program.
16 + # Do not edit this file manually.
17 17
18 18 defmodule GoogleApi.DigitalAssetLinks.V1.Api.Assetlinks do
19 19 @moduledoc """
  @@ -1,19 +1,19 @@
1 1 # Copyright 2019 Google LLC
2 2 #
3 - # Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
3 + # Licensed under the Apache License, Version 2.0 (the "License");
4 4 # you may not use this file except in compliance with the License.
5 5 # You may obtain a copy of the License at
6 6 #
7 7 # http://www.apache.org/licenses/LICENSE-2.0
8 8 #
9 9 # Unless required by applicable law or agreed to in writing, software
10 - # distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
10 + # distributed under the License is distributed on an "AS IS" BASIS,
11 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 - # NOTE: This class is auto generated by the elixir code generator program.
16 - # Do not edit the class manually.
15 + # NOTE: This file is auto generated by the elixir code generator program.
16 + # Do not edit this file manually.
17 17
18 18 defmodule GoogleApi.DigitalAssetLinks.V1.Api.Statements do
19 19 @moduledoc """
  @@ -1,19 +1,19 @@
1 1 # Copyright 2019 Google LLC
2 2 #
3 - # Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
3 + # Licensed under the Apache License, Version 2.0 (the "License");
4 4 # you may not use this file except in compliance with the License.
5 5 # You may obtain a copy of the License at
6 6 #
7 7 # http://www.apache.org/licenses/LICENSE-2.0
8 8 #
9 9 # Unless required by applicable law or agreed to in writing, software
10 - # distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
10 + # distributed under the License is distributed on an "AS IS" BASIS,
11 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 - # NOTE: This class is auto generated by the elixir code generator program.
16 - # Do not edit the class manually.
15 + # NOTE: This file is auto generated by the elixir code generator program.
16 + # Do not edit this file manually.
17 17
18 18 defmodule GoogleApi.DigitalAssetLinks.V1.Connection do
19 19 @moduledoc """
Loading more files…