List of commits:
Subject Hash Author Date (UTC)
Add WeTransfer (#707) 32e1d11cddd0cb8a7d1ac9c70f3c994d46966cf1 Thomas Offinga 2018-07-01 14:10:18
Update Clash of Clans API (#705) 190b8144a4fcbd89d671fec9ed68122d19df65c6 Param Thakkar 2018-07-01 14:07:47
Add Russian Calendar into README (#703) 19eb7063d7cd7b56b73cab69e4881da601159478 Alexander Shelemetyev 2018-07-01 14:06:14
add Transports TAG for Grenoble, France (#692) 4f5c5d41b328ce6c5888e6eedd6b069b5591f048 Samuel 2018-07-01 14:02:16
Add Scraper API (#694) 4db83902c790609d54e127e72235106df6a25187 DanNi0130 2018-06-26 22:45:24
Update README.md (#695) dd977e52805fc1a2c9683b1e4462cf2bcee0eaf9 Jens 2018-06-26 22:36:57
https://api.data.gov, https://api.usaspending.gov (#699) 6f8b2eb64177450179bf9bde67de908bc5d28247 Wes Turner 2018-06-26 22:27:27
Update microlink information (#698) 6ea6f09c60961c9b65f0250012144fac1d3ce1dc Kiko Beats 2018-06-26 22:25:42
Add Breaking Bad Quotes under Video section (#696) a6808eb001e19e7768717c6ca5cf3f7f2d1abb6b shevabam 2018-06-26 22:24:05
Update README.md (#685) ec8db82c6199750d3c5a1718d775d301c2708e7a Sameer Bhatt (debugger) 2018-06-13 00:35:42
Update README.md e3cc2d06f1c4fbf058608f261ecf441245fb9db8 Samuel 2018-06-11 15:07:16
fix typo and update an auth (#682) d25ffcec7c9e3fd286033cf053319a41ba143d01 james south 2018-06-10 12:34:15
Added Climacell public API (#669) 376dfd1c5d5f1968a892695b392a6ae7a5abe6a4 roughley 2018-06-10 12:33:35
Fixed Twitter information (#690) ba114612b0dc83a23061550c30b6bfd440bcf4a2 Andy Piper 2018-06-10 12:32:35
add License-API (#687) a6b5fab00c2b137383f6c73ace554b132d7e6495 Corey McCandless 2018-06-10 12:23:35
Add Penguin Publishing (#686) 207eee0dcf8581712d4d2ba8937db5246477befa Jerry Muzsik 2018-06-10 12:22:05
adds genrenator (#684) 005943ddab8350ccb3066cfb5f92bd76598965a1 Gary Kovar 2018-06-10 12:18:43
Remove BreweryDB b1332b41544b6350aa0d1ea2a548d91faecdd814 Dave Machado 2018-05-31 19:22:52
Remove MailTest 33c5608c857f15eb3cd39e825d0a3fa3e7dd5371 Dave Machado 2018-05-31 19:21:35
Adding SecurityTrails (#679) 612d1d1320838acd42df155b2cda082cde31c389 IAMONSYS GmbH 2018-05-31 19:16:29
Commit 32e1d11cddd0cb8a7d1ac9c70f3c994d46966cf1 - Add WeTransfer (#707)
Author: Thomas Offinga
Author date (UTC): 2018-07-01 14:10
Committer name: Dave Machado
Committer date (UTC): 2018-07-01 14:10
Parent(s): 190b8144a4fcbd89d671fec9ed68122d19df65c6
Signer:
Signing key:
Signing status: N
Tree: 5816875710fb0ceaeb8184f89fed626863072faa
File Lines added Lines deleted
README.md 1 0
File README.md changed (mode: 100644) (index 1f218ab..4c39236)
... ... API | Description | Auth | HTTPS | CORS | Link |
147 147 | Google Drive | File Sharing and Storage | `OAuth` | Yes | Unknown | [Go!](https://developers.google.com/drive/) | | Google Drive | File Sharing and Storage | `OAuth` | Yes | Unknown | [Go!](https://developers.google.com/drive/) |
148 148 | OneDrive | File Sharing and Storage | `OAuth` | Yes | Unknown | [Go!](https://dev.onedrive.com/) | | OneDrive | File Sharing and Storage | `OAuth` | Yes | Unknown | [Go!](https://dev.onedrive.com/) |
149 149 | Pastebin | Plain Text Storage | `apiKey` | Yes | Unknown | [Go!](https://pastebin.com/api/) | | Pastebin | Plain Text Storage | `apiKey` | Yes | Unknown | [Go!](https://pastebin.com/api/) |
150 | WeTransfer | File Sharing | `apiKey` | Yes | Yes | [Go!](https://developers.wetransfer.com) |
150 151
151 152 ### Continuous Integration ### Continuous Integration
152 153 API | Description | Auth | HTTPS | CORS | Link | API | Description | Auth | HTTPS | CORS | Link |
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