You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ community build applications and use free, public APIs quickly and easily. Pull
12
12
13
13
Current API entry format:
14
14
15
-
| API | Description | Auth | HTTPS | CORS |
16
-
| --- | --- | --- | --- | --- |
17
-
| API Title(Link to API documentation) | 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)? * |
15
+
| API | Description | Auth | HTTPS | CORS | Call this API |
16
+
| --- | --- | --- | --- | --- | --- |
17
+
| API Title(Link to API documentation) | 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)? * |[Does this API have a public Postman Collection?](https://learning.postman.com/docs/publishing-your-api/run-in-postman/creating-run-button/)|
18
18
19
19
Example entry:
20
20
21
21
```
22
-
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes |
22
+
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes | [Run in Postman Button]
23
23
```
24
24
25
25
\* Currently, the only accepted inputs for the `Auth` field are as follows:
@@ -36,10 +36,14 @@ Example entry:
36
36
*`No` - _the API does not support CORS_
37
37
*`Unknown` - _it is unknown if the API supports CORS_
38
38
39
+
\* For the Call this API column, add a link to a Postman collection. You may need to [create a collection](https://learning.postman.com/docs/getting-started/first-steps/creating-the-first-collection/) to create a Run in Postman Button.
40
+
41
+
39
42
_Without proper [CORS configuration](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) an API will only be usable server side._
40
43
41
44
After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link].
42
45
46
+
43
47
*Please follow the guidelines given below while making a Pull Request to the Public APIs*
0 commit comments