Unverified Commit e5f3a996 authored by James Brooks's avatar James Brooks Committed by GitHub
Browse files

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

Updated CONTRIBUTING.md
parents f6176c1c e4bc45e9
...@@ -10,14 +10,14 @@ community build applications and use free, public APIs quickly and easily. Pull ...@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment