Merge pull request #787 from gitoct/update-contrib-format

Updated CONTRIBUTING.md
This commit is contained in:
James Brooks 2018-10-17 08:51:23 +01:00 committed by GitHub
commit e5f3a996cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@ community build applications and use free, public APIs quickly and easily. Pull
Current API entry format: Current API entry format:
| API | Description | Auth | HTTPS | CORS | Link | | API | Description | Auth | HTTPS | CORS |
| --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- |
| 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 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: 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: \* Currently, the only accepted inputs for the `Auth` field are as follows: