List of commits:
Subject Hash Author Date (UTC)
Updated CONTRIBUTING.md e4bc45e96d4b76dd4bfc8f07a070f710752c56ad gitoct 2018-10-16 04:49:51
Many APIs can be used for more than just web development (#785) 10153bffe980cf7ab6d44ec92f34677181bd79ea James Brooks 2018-10-15 17:52:18
Remove use of Oxford commas (#784) 29f4357d82aa69af78f241323e4983d91d978fd0 James Brooks 2018-10-15 14:44:38
Update README.md 9d4a1154e20958f578f5f19fdae758baf0847ab9 Raymond Camden 2018-10-14 19:05:05
Added Shodan API (#775) a5dc2bed4acfff903af777a691023637a8aac8f3 gitoct 2018-10-12 01:41:33
Removed Certly aa9eeeefa76c4da0d822355449c9c4b28cad88f3 gitoct 2018-10-10 00:30:35
Updated Clearbit Logo auth 6b914920e351e2f4d7d189a2685e19bb10eaa48b gitoct 2018-10-10 00:29:16
Removed Numspy (#769) 49b52fef8dc5132396970373fc93f4f19b02e0e2 Punit Makwana 2018-10-09 02:20:23
Add data.parliament.uk to the list (#761) 4b925b6931db6f8351120a53794079ebfd5e4dde Finn O'leary 2018-10-06 17:48:20
add FilterLists.com API (#762) ca3de265e94d397208e39e8083dcec076820f189 Collin M. Barrett 2018-10-06 17:48:04
Adding CalendarIndex Holidays API (#767) 1656e2d56899fa7cb70d10966877dd92b9142f7b lisaHein78 2018-10-06 17:46:03
Fix casing of GitHub "h" c777d15cec5b368c5f1063e0ad3899dd7ac15e05 Dominik Kundel 2018-10-04 16:22:39
Add Nager.Date Public holiday project with api (#756) e2b1439b77c59e198db04566139cd3783fc41960 Tino Hager 2018-10-01 21:08:17
Added API for AI Mastering (#757) c3f3e4cbd01fffa256a7c2a4ea075c3006f066e2 contribu 2018-09-22 00:07:35
Add Vainglory (#760) 3e180f96ec381e1e61da3b5953754e506ee0cbcb anaggh 2018-09-22 00:06:42
Google is sunsetting their URL shortener. 78fcd5be05d05b98f4246e45a3b0daf76ccdd0c4 James Brooks 2018-09-18 16:21:04
Remove Link section from Markdown tables cd23350de85e6086846bab7789d39ff098975063 davemachado 2018-09-10 01:41:01
Move links into Title section, Update build script (#754) e2b66cea263d77107000855ce66fb3554922dd02 Dave Machado 2018-09-10 01:38:36
Added API for University of Oslo (#749) 0bccc8e543edabf7143aa225bb771060f90e3813 mikaello 2018-09-10 00:51:12
RandomFox does not support CORS (#751) 42ad148792f4a2b334947d80913b64efce79ff92 Eric Lewis 2018-09-04 02:20:05
Commit e4bc45e96d4b76dd4bfc8f07a070f710752c56ad - Updated CONTRIBUTING.md
Author: gitoct
Author date (UTC): 2018-10-16 04:49
Committer name: gitoct
Committer date (UTC): 2018-10-16 23:36
Parent(s): 10153bffe980cf7ab6d44ec92f34677181bd79ea
Signer:
Signing key:
Signing status: N
Tree: f0332cbadb5199b84dadd63ff1e4d2a9928c3885
File Lines added Lines deleted
.github/CONTRIBUTING.md 4 4
File .github/CONTRIBUTING.md changed (mode: 100644) (index e2e12d5..ac656d5)
... ... community build applications and use free, public APIs quickly and easily. Pull
10 10
11 11 Current API entry format: Current API entry format:
12 12
13 | API | Description | Auth | HTTPS | CORS | Link |
14 | --- | --- | --- | --- | --- | --- |
15 | 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 |
13 | API | Description | Auth | HTTPS | CORS |
14 | --- | --- | --- | --- | --- |
15 | 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)? * |
16 16
17 17 Example entry: Example entry:
18 18
19 19 ``` ```
20 | NASA | NASA data, including imagery | No | Yes | Yes | [Go!](https://api.nasa.gov) |
20 | [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes |
21 21 ``` ```
22 22
23 23 \* Currently, the only accepted inputs for the `Auth` field are as follows: \* Currently, the only accepted inputs for the `Auth` field are as follows:
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/onelispyboi/public-apis

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/onelispyboi/public-apis

Clone this repository using git:
git clone git://git.rocketgit.com/user/onelispyboi/public-apis

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main