mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
Changed none auth to apiKey for arcsecond API (#244)
* Changed auth status for arcsecond API Changed the auth status of arcsecond from none auth to `apiKey`. * Auto updating db --------- Co-authored-by: GitHub Actions Bot <>
This commit is contained in:
parent
2080aed77f
commit
f322561c11
2 changed files with 2 additions and 2 deletions
|
@ -1400,7 +1400,7 @@
|
||||||
### Science & Math
|
### Science & Math
|
||||||
| API | Description | Auth | HTTPS | CORS |
|
| API | Description | Auth | HTTPS | CORS |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| [arcsecond.io](https://api.arcsecond.io/) | Multiple astronomy data sources | No | Yes | Unknown |
|
| [arcsecond.io](https://api.arcsecond.io/) | Multiple astronomy data sources | `apiKey` | Yes | Unknown |
|
||||||
| [arXiv](https://arxiv.org/help/api/user-manual) | Curated research-sharing platform: physics, mathematics, quantitative finance, and economics | No | Yes | Unknown |
|
| [arXiv](https://arxiv.org/help/api/user-manual) | Curated research-sharing platform: physics, mathematics, quantitative finance, and economics | No | Yes | Unknown |
|
||||||
| [CORE](https://core.ac.uk/services#api) | Access the world's Open Access research papers | `apiKey` | Yes | Unknown |
|
| [CORE](https://core.ac.uk/services#api) | Access the world's Open Access research papers | `apiKey` | Yes | Unknown |
|
||||||
| [GBIF](https://www.gbif.org/developer/summary) | Global Biodiversity Information Facility | No | Yes | Yes |
|
| [GBIF](https://www.gbif.org/developer/summary) | Global Biodiversity Information Facility | No | Yes | Yes |
|
||||||
|
|
|
@ -9472,7 +9472,7 @@
|
||||||
{
|
{
|
||||||
"API": "arcsecond.io",
|
"API": "arcsecond.io",
|
||||||
"Description": "Multiple astronomy data sources",
|
"Description": "Multiple astronomy data sources",
|
||||||
"Auth": "",
|
"Auth": "apiKey",
|
||||||
"HTTPS": true,
|
"HTTPS": true,
|
||||||
"Cors": "unknown",
|
"Cors": "unknown",
|
||||||
"Link": "https://api.arcsecond.io/",
|
"Link": "https://api.arcsecond.io/",
|
||||||
|
|
Loading…
Add table
Reference in a new issue