"vscode:/vscode.git/clone" did not exist on "926ceb9a18149e2e8eb0cd2155b6c178825edbac"
Commit e4bc45e9 authored by gitoct's avatar gitoct
Browse files

Updated CONTRIBUTING.md

parent 10153bff
...@@ -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