From 0d4eef2b111485cabb0274b5c9744873128bca16 Mon Sep 17 00:00:00 2001 From: Aderbal Farias Date: Sat, 20 Jun 2020 19:23:06 +0100 Subject: [PATCH 1/2] Added hubblesite API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0dfd2b..2fe8aa58 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,7 @@ API | Description | Auth | HTTPS | CORS | | [arcsecond.io](https://api.arcsecond.io/) | Multiple astronomy data sources | No | Yes | Unknown | | [CORE](https://core.ac.uk/services#api) | Access the world's Open Access research papers | `apiKey` | Yes | Unknown | | [GBIF](http://api.gbif.org/v1/) | Global Biodiversity Information Facility | No | Yes | Yes | +| [hubblesite](http://hubblesite.org/api/documentation/) | Space Telescope News Releases | No | No | Unknown | | [iDigBio](https://github.com/idigbio/idigbio-search-api/wiki) | Access millions of museum specimens from organizations around the world | No | Yes | Unknown | | [inspirehep.net](https://inspirehep.net/info/hep/api?ln=en) | High Energy Physics info. system | No | Yes | Unknown | | [ITIS](https://www.itis.gov/ws_description.html) | Integrated Taxonomic Information System | No | Yes | Unknown | From bb7c36ad3a12c002c8def324abcb35f241fe2e9c Mon Sep 17 00:00:00 2001 From: Aderbal Farias Date: Mon, 12 Apr 2021 18:03:57 +0100 Subject: [PATCH 2/2] Duplicated api removed and https added to hubble As requested by the reviewer PR updated in order to fix API duplication and missing https for hubblesite. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a52a1f6..386d538f 100644 --- a/README.md +++ b/README.md @@ -746,9 +746,8 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [arcsecond.io](https://api.arcsecond.io/) | Multiple astronomy data sources | No | Yes | Unknown | | [CORE](https://core.ac.uk/services#api) | Access the world's Open Access research papers | `apiKey` | Yes | Unknown | -| [GBIF](http://api.gbif.org/v1/) | Global Biodiversity Information Facility | No | Yes | Yes | | [GBIF](https://www.gbif.org/developer/summary) | Global Biodiversity Information Facility | No | Yes | Yes | -| [hubblesite](http://hubblesite.org/api/documentation/) | Space Telescope News Releases | No | No | Unknown | +| [hubblesite](https://hubblesite.org/api/documentation/) | Space Telescope News Releases | No | Yes | Unknown | | [iDigBio](https://github.com/idigbio/idigbio-search-api/wiki) | Access millions of museum specimens from organizations around the world | No | Yes | Unknown | | [inspirehep.net](https://inspirehep.net/info/hep/api?ln=en) | High Energy Physics info. system | No | Yes | Unknown | | [ITIS](https://www.itis.gov/ws_description.html) | Integrated Taxonomic Information System | No | Yes | Unknown | @@ -1026,4 +1025,4 @@ API | Description | Auth | HTTPS | CORS |
## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE)