Compare commits

...

3 Commits

Author SHA1 Message Date
Bruno Godefroy f8028bc9ea
Merge b65ac76380 into ca09c937bb 2024-05-04 01:59:52 +02:00
APILayer ca09c937bb
Merge pull request #3805 from stcalica/postman-redesign
added postman logos, removed deadlinks, created popular APIs and Cate…
2024-04-29 19:29:06 +08:00
Kyle Calica f3bb109a1a added postman logos, removed deadlinks, created popular APIs and Categories section, new copy 2024-04-17 15:42:06 -07:00
2 changed files with 357 additions and 258 deletions

View File

@ -12,14 +12,14 @@ community build applications and use free, public APIs quickly and easily. Pull
Current API entry format:
| API | Description | Auth | HTTPS | CORS |
| --- | --- | --- | --- | --- |
| 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)? * |
| API | Description | Auth | HTTPS | CORS | Call this API |
| --- | --- | --- | --- | --- | --- |
| 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/) |
Example entry:
```
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes |
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes | [Run in Postman Button]
```
\* Currently, the only accepted inputs for the `Auth` field are as follows:
@ -36,10 +36,14 @@ Example entry:
* `No` - _the API does not support CORS_
* `Unknown` - _it is unknown if the API supports CORS_
\* 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.
_Without proper [CORS configuration](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) an API will only be usable server side._
After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link].
*Please follow the guidelines given below while making a Pull Request to the Public APIs*
## Pull Request Guidelines

603
README.md

File diff suppressed because it is too large Load Diff