mirror of
https://github.com/public-apis/public-apis
synced 2024-11-24 21:27:14 +01:00
Updated CONTRIBUTING.md
This commit is contained in:
parent
10153bffe9
commit
e4bc45e96d
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
@ -10,14 +10,14 @@ community build applications and use free, public APIs quickly and easily. Pull
|
||||
|
||||
Current API entry format:
|
||||
|
||||
| API | Description | Auth | HTTPS | CORS | Link |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| API Title | Description of API | Does this API require authentication? * | Does the API support HTTPS? | Does the API support [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)? * | Link to API webpage |
|
||||
| API | Description | Auth | HTTPS | CORS |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| API Title(Link to API webpage) | Description of API | Does this API require authentication? * | Does the API support HTTPS? | Does the API support [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)? * |
|
||||
|
||||
Example entry:
|
||||
|
||||
```
|
||||
| NASA | NASA data, including imagery | No | Yes | Yes | [Go!](https://api.nasa.gov) |
|
||||
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes |
|
||||
```
|
||||
|
||||
\* Currently, the only accepted inputs for the `Auth` field are as follows:
|
||||
|
Loading…
Reference in New Issue
Block a user