List of commits:
Subject Hash Author Date (UTC)
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
Update openFDA link b3b1b004e12a93d76e6b4054f5babe48f6e2b3c7 Dave Machado 2018-08-12 20:36:27
Typo in README 5630851b32f8de462822410a93b233a7094a4120 Zane O'Brien 2018-07-25 22:21:03
crypto apis (#721) b91910e6d3289d01e3905f380ea6033ff3e0d71e nimblefox 2018-07-25 03:32:06
Updated cors for api UFC Data, SuredBits. (#724) 3a11bdeb132f71deb4f9bdc387c36c377536f807 Minh Nguyen 2018-07-25 03:30:21
Add financial modeling prep to Finance (#723) 1f986b145aa2143738b7d009e77a83829799010b Griffin Austin 2018-07-25 03:29:55
Remove Instagram Proxy 4a2e19c815663d875654a0eed56aeabc1876870f Dave Machado 2018-07-25 03:15:04
Alphabetically sort transprt 92d092b90ba0e56823ee57a69405824174545ebb Mike Street 2018-07-16 15:17:11
Added Cloudmersive Natural Language Processing 8f49b9d1d21411182cc56b10023c0312d8346807 Cloudmersive 2018-07-14 22:39:15
added OOPSpam API (#715) 65ada50dcbdc8f90c251b8b6f1f71cab352d9433 Onar Alili 2018-07-13 02:52:35
Adds NOAA Climate Data Online API (#712) 4dd3c460ef59b5e5bac11fca74fe929c46ce3cf6 D.G. Pradeepal Sudeshana Ariyasena 2018-07-13 02:49:00
Added the CryptoStandardizer API (#704) a3f279a2cd1ee058b3c5757bf13e7e3578bd8628 Yasen Slavov 2018-07-13 02:45:06
Replace dead inqstats api by population.io api (#702) 97accee1256353e151300005e92bfd6d7ff97c31 Thibault Miranda de Oliveira 2018-07-13 02:44:32
Added TheBus API (#701) 840c68d39c721feb047fcfd8d9fe5e1a5562b7ac Ryan Li 2018-07-13 02:44:08
fix typo in 'Regulations.gov' (#709) d00f6ac2966a4aa413b23954f89d626772f11bfe Chris Muir 2018-07-13 02:42:34
Removed 500px API (#708) 2afa9404ca33639efb274b4dab337f36a7859402 Haider Ali Punjabi 2018-07-01 14:10:41
Add WeTransfer (#707) 32e1d11cddd0cb8a7d1ac9c70f3c994d46966cf1 Thomas Offinga 2018-07-01 14:10:18
Commit a407e2eec063b0515b4735dc045a034854dca482 - Add MySocialApp API (#738)
Author: Romaric Philogène
Author date (UTC): 2018-08-12 23:38
Committer name: Dave Machado
Committer date (UTC): 2018-08-12 23:38
Parent(s): 0ee1f6749106ed84cdc6008670b29928d1c18165
Signer:
Signing key:
Signing status: N
Tree: e8f3dcc4eceaa719f0d60b9995e3c177b7fe6523
File Lines added Lines deleted
README.md 1 0
File README.md changed (mode: 100644) (index 9960907..7099686)
... ... API | Description | Auth | HTTPS | CORS | Link |
631 631 | Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `OAuth` | Yes | Unknown | [Go!](https://www.instagram.com/developer/) | | Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `OAuth` | Yes | Unknown | [Go!](https://www.instagram.com/developer/) |
632 632 | LinkedIn | The foundation of all digital integrations with LinkedIn | `OAuth` | Yes | Unknown | [Go!](https://developer.linkedin.com/docs/rest-api) | | LinkedIn | The foundation of all digital integrations with LinkedIn | `OAuth` | Yes | Unknown | [Go!](https://developer.linkedin.com/docs/rest-api) |
633 633 | Meetup.com | Data about Meetups from Meetup.com | `apiKey` | Yes | Unknown | [Go!](https://www.meetup.com/meetup_api/) | | Meetup.com | Data about Meetups from Meetup.com | `apiKey` | Yes | Unknown | [Go!](https://www.meetup.com/meetup_api/) |
634 | MySocialApp | Seamless Social Networking features, API, SDK to any app | `apiKey` | Yes | Unknown | [Go!](https://mysocialapp.io) |
634 635 | Pinterest | The world's catalog of ideas | `OAuth` | Yes | Unknown | [Go!](https://developers.pinterest.com/) | | Pinterest | The world's catalog of ideas | `OAuth` | Yes | Unknown | [Go!](https://developers.pinterest.com/) |
635 636 | PWRTelegram bot | Boosted version of the Telegram bot API | `OAuth` | Yes | Unknown | [Go!](https://pwrtelegram.xyz) | | PWRTelegram bot | Boosted version of the Telegram bot API | `OAuth` | Yes | Unknown | [Go!](https://pwrtelegram.xyz) |
636 637 | Reddit | Homepage of the internet | `OAuth` | Yes | Unknown | [Go!](https://www.reddit.com/dev/api) | | Reddit | Homepage of the internet | `OAuth` | Yes | Unknown | [Go!](https://www.reddit.com/dev/api) |
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