From a19afe8d649e65794384c75c1eec11cb0bf74db0 Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Mon, 19 Oct 2020 21:13:32 +0200 Subject: [PATCH 1/5] Remove duplicate badge --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b8f767f2..fe2c408f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Public APIs [![Run tests](https://github.com/public-apis/public-apis/workflows/Run%20tests/badge.svg)](https://github.com/public-apis/public-apis/actions?query=workflow%3A%22Run+tests%22) [![Validate links](https://github.com/public-apis/public-apis/workflows/Validate%20links/badge.svg?branch=master)](https://github.com/public-apis/public-apis/actions?query=workflow%3A%22Validate+links%22) -![Run tests](https://github.com/public-apis/public-apis/workflows/Run%20tests/badge.svg?branch=master) - A collective list of free APIs for use in software and web development. A public API for this project can be found [here](https://github.com/davemachado/public-api)! From 17058fbcde2236c7e0a6ae2eda081104cde258ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 22:11:11 +0200 Subject: [PATCH 2/5] Bump httplib2 from 0.9.2 to 0.18.0 in /build (#1272) Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.9.2 to 0.18.0. - [Release notes](https://github.com/httplib2/httplib2/releases) - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](https://github.com/httplib2/httplib2/compare/0.9.2...v0.18.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/requirements.txt b/build/requirements.txt index f4b97b12..d4756817 100644 --- a/build/requirements.txt +++ b/build/requirements.txt @@ -1,2 +1,2 @@ flake8>=3.5.0 -httplib2==0.9.2 +httplib2==0.18.0 From dc38eb60b0fa2c134cdba5e4b18f7cfbe2001cc3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Aillet Date: Mon, 19 Oct 2020 22:29:36 +0200 Subject: [PATCH 3/5] Update links validation user-agent (#1428) --- build/validate_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/validate_links.py b/build/validate_links.py index f7ddc2aa..192e74fe 100755 --- a/build/validate_links.py +++ b/build/validate_links.py @@ -24,7 +24,7 @@ def validate_links(links): for link in links: h = httplib2.Http(disable_ssl_certificate_validation=True, timeout=25) try: - resp = h.request(link, headers={'user-agent': 'python-httplib2/0.9.2'}) + resp = h.request(link, headers={'user-agent': 'python-httplib2/0.18.0'}) code = int(resp[0]['status']) # check if status code is a client or server error if code >= 404: From 342067127eacd9afc1677cade418527100e5a47e Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Wed, 21 Oct 2020 09:26:24 +0200 Subject: [PATCH 4/5] Remove AmiiboAPI temporarily See https://github.com/N3evin/AmiiboAPI/issues/43 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fe2c408f..bfde34a1 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,6 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Age of Empires II](https://age-of-empires-2-api.herokuapp.com) | Get information about Age of Empires II resources | No | Yes | Unknown | -| [AmiiboAPI](https://www.amiiboapi.com/) | Amiibo Information | No | No | Yes | | [Chuck Norris Database](http://www.icndb.com/api/) | Jokes | No | No | Unknown | | [Clash of Clans](https://developer.clashofclans.com) | Clash of Clans Game Information | `apiKey` | Yes | Unknown | | [Clash Royale](https://developer.clashroyale.com) | Clash Royale Game Information | `apiKey` | Yes | Unknown | From c92609e3a921f216d9670e534027464d63f172dd Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Wed, 21 Oct 2020 20:33:37 +0200 Subject: [PATCH 5/5] Remove Petfinder API temporarily --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bfde34a1..30502bb3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ API | Description | Auth | HTTPS | CORS | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Unknown | | [IUCN](http://apiv3.iucnredlist.org/api/v3/docs) | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | | [Movebank](https://github.com/movebank/movebank-api-doc) | Movement and Migration data of animals | No | Yes | Unknown | -| [Petfinder](https://www.petfinder.com/developers/v2/docs/) | Adoption | `OAuth` | Yes | Yes | | [PlaceGOAT](https://placegoat.com/) | Placeholder goat images | No | Yes | Unknown | | [RandomCat](https://aws.random.cat/meow) | Random pictures of cats | No | Yes | Yes | | [RandomDog](https://random.dog/woof.json) | Random pictures of dogs | No | Yes | Yes |