Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3bb109

Browse filesBrowse files
committed
added postman logos, removed deadlinks, created popular APIs and Categories section, new copy
1 parent 49d267a commit f3bb109
Copy full SHA for f3bb109

File tree

Expand file treeCollapse file tree

2 files changed

+347
-248
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+347
-248
lines changed
Open diff view settings
Collapse file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-4Lines changed: 8 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ community build applications and use free, public APIs quickly and easily. Pull
1212

1313
Current API entry format:
1414

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/) |
1818

1919
Example entry:
2020

2121
```
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]
2323
```
2424

2525
\* Currently, the only accepted inputs for the `Auth` field are as follows:
@@ -36,10 +36,14 @@ Example entry:
3636
* `No` - _the API does not support CORS_
3737
* `Unknown` - _it is unknown if the API supports CORS_
3838

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+
3942
_Without proper [CORS configuration](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) an API will only be usable server side._
4043

4144
After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link].
4245

46+
4347
*Please follow the guidelines given below while making a Pull Request to the Public APIs*
4448

4549
## Pull Request Guidelines

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.