List of commits:
Subject Hash Author Date (UTC)
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
Api/chasing coins (#746) 726f3c50624c60bdb9ca7481deb454bcd5140ff1 nimblefox 2018-09-04 02:15:43
Added CoinLayer API (#735) e86cc417d95539c94ed84361889c29c6fdf9bb25 Luca Crea 2018-09-04 02:14:13
Add trash nothing (#744) c2e746978f7d44febe52c0b05beabb9589585589 Andrew Trusty 2018-08-16 21:32:57
Add Open Brewery DB (#742) 5777659c8e8a43437179c1cbc985a7a06d997c51 Chris Mears 2018-08-16 21:16:38
Adds Bored API (#737) 4261a976123520de5479b3741148a453135f52df Drew Thoennes 2018-08-16 21:15:23
Add new news apis (#733) 7bbd0f4c7901098fffa32791525db432d836c65c theblackcat102 2018-08-16 21:13:17
Added Star Trek API (#732) ca9f9d7869351a1653793deabd7c971e063d608d Cezary Kluczyński 2018-08-16 21:12:56
Adds proxycrawl (#717) 6df6ba64ab849a8615e1b2b59e551f2e064ceeb1 ProxyCrawl 2018-08-16 21:11:54
Remove dead LabStack APIs 6b92d32b509bef88d44fa2a37be6be72bda159ff Dave Machado 2018-08-12 23:43:36
Replace GDAX with Coinbase Pro (#740) 5a65f650689148cfb71dd8d5f8a16757eee88880 Nuno Arruda 2018-08-12 23:41:36
Added Cloudmersive Validate (#739) 61620215add4799e0cc7b18c8c82312fcf7062cb Cloudmersive 2018-08-12 23:39:41
Add MySocialApp API (#738) a407e2eec063b0515b4735dc045a034854dca482 Romaric Philogène 2018-08-12 23:38:12
Api/bitcoin average (#734) 0ee1f6749106ed84cdc6008670b29928d1c18165 nimblefox 2018-08-12 23:28:33
update shibe.online and dogs CORS (#725) 9b05bc623942b24449e1f770fa6d49d5b78123fd Mark Sauer-Utley 2018-08-12 23:22:20
Added Lorem Picsum (#719) d09ff44ebb3094e8ec423f3979a9f3b686d4442c Maks 2018-08-12 23:19:02
Commit 78fcd5be05d05b98f4246e45a3b0daf76ccdd0c4 - Google is sunsetting their URL shortener.
Closes #758
Author: James Brooks
Author date (UTC): 2018-09-18 16:21
Committer name: GitHub
Committer date (UTC): 2018-09-18 16:21
Parent(s): cd23350de85e6086846bab7789d39ff098975063
Signer:
Signing key: 4AEE18F83AFDEB23
Signing status: E
Tree: ba804de69ffc8120772599adb01516b7d946e350
File Lines added Lines deleted
README.md 0 1
File README.md changed (mode: 100644) (index 5d5f673..57ce06f)
... ... API | Description | Auth | HTTPS | CORS |
765 765 |---|---|---|---|---| |---|---|---|---|---|
766 766 | [Bitly](http://dev.bitly.com/get_started.html) | URL shortener and link management | `OAuth` | Yes | Unknown | | [Bitly](http://dev.bitly.com/get_started.html) | URL shortener and link management | `OAuth` | Yes | Unknown |
767 767 | [ClickMeter](https://support.clickmeter.com/hc/en-us/categories/201474986) | Monitor, compare, and optimize your marketing links | `apiKey` | Yes | Unknown | | [ClickMeter](https://support.clickmeter.com/hc/en-us/categories/201474986) | Monitor, compare, and optimize your marketing links | `apiKey` | Yes | Unknown |
768 | [Google URL Shortener](https://developers.google.com/url-shortener/v1/getting_started) | Takes long URLs and squeezes them into fewer characters to make a link that is easier to share | `apiKey` | Yes | Unknown |
769 768 | [Rebrandly](https://developers.rebrandly.com/v1/docs) | Custom URL shortener for sharing branded links | `apiKey` | Yes | Unknown | | [Rebrandly](https://developers.rebrandly.com/v1/docs) | Custom URL shortener for sharing branded links | `apiKey` | Yes | Unknown |
770 769
771 770 ### Vehicle ### Vehicle
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