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:
Padmashree Jha 2023-10-26 17:24:15 +05:30 committed by GitHub
parent 2080aed77f
commit f322561c11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1400,7 +1400,7 @@
### Science & Math
| 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 |
| [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 |

View file

@ -9472,7 +9472,7 @@
{
"API": "arcsecond.io",
"Description": "Multiple astronomy data sources",
"Auth": "",
"Auth": "apiKey",
"HTTPS": true,
"Cors": "unknown",
"Link": "https://api.arcsecond.io/",