List of commits:
Subject Hash Author Date (UTC)
Remove Donreach Social Count 20fb3746530570d273d72ee6f916f5a38ed1d0b3 Dave Machado 2018-04-14 00:33:57
Add HERE Maps API 022b458c30df09a4807ed9ebbf13d70eb0baf1ee Michael Bazos 2018-04-12 00:03:53
Set CORS to No for MetaWeather 8d3c175f8f0e80fd27b66430685c9418cf36071e Dave Machado 2018-04-11 02:46:29
-darksky 2b0944a4e06a7bfc8d6fff068e75a733f21e3b69 technicolor1 2018-04-10 19:09:54
Jikan API has CORS enabled 0d1d48d7509749103b27f033bdf683bbf2a22ef7 Irfan 2018-04-08 16:54:59
update descriptions and CORS capabilities 28e36043aae4762a62c0eee6da2b8c9be7253ba2 Alex Perez 2018-04-01 05:44:55
Update CORS and SSL support 7adea01bcf3a832a79160d264650436f70e983d3 zag2me 2018-03-30 10:46:12
Fix backticks on Auth value 4ea8dc81bf8ddfab6dfc20c02146666428839276 Alex Perez 2018-03-29 22:18:36
Add Gitlab and edit Github APIs 7781ddfbd2f39d12a0d74216a90dff1b2d47ae7b Alex Perez 2018-03-29 22:03:58
Move archive.or to Open Data category 235fb162aa720e6d27871a75ae9c3b132ba676b9 Alex Perez 2018-03-29 04:30:38
Move Open Data Gov to Gov section c629539702e6d483b2475420db69637575264b55 davemachado 2018-03-29 01:41:50
Break up Open Data section via Governments e05818109c66e81dcafba400e258fd705afd5d16 davemachado 2018-03-29 01:37:08
Add Archive.org API + Internet Archive category 0be22718d06790bd6534d1bf7cb54d3d39b12198 Alex Perez 2018-03-28 08:21:21
Updating CORS status 547d97fb1ac56987103c4815958e5bee3f3bbd33 xinitrc 2018-03-24 15:04:37
Added backticks to apikey f502a254ebf0ed5df592b8545a255a2f0097a670 Mark Kopenga 2018-03-23 10:24:30
Placed in on the write position 31d7126e263f018eb835a110a8b26aa5557fdd1b Mark Kopenga 2018-03-23 09:31:53
Changed the discription of Wargaming.net b3edc52c2591ee7e78a32737652ed329f35e7285 Mark Kopenga 2018-03-23 08:19:26
Added Wargaming entry 5fcb47a7f6916a6abe7140166cff675e83e96418 Mark Kopenga 2018-03-23 08:15:27
Reordered the list, edited names 35effca7702a585342476ea8d5e1a388925d1ff0 xinitrc 2018-03-22 23:59:14
Added one more dog/cat/bird website 05dc7ab8aa99c530681ef2614ee7c419136a73b7 xinitrc 2018-03-22 23:52:07
Commit 20fb3746530570d273d72ee6f916f5a38ed1d0b3 - Remove Donreach Social Count
Author: Dave Machado
Author date (UTC): 2018-04-14 00:33
Committer name: GitHub
Committer date (UTC): 2018-04-14 00:33
Parent(s): ef5e09fbb3deb54096dd1c114fc3cd10eaf4bbeb
Signer:
Signing key: 4AEE18F83AFDEB23
Signing status: E
Tree: 44b9538faa749ce664ab3a8b4f94c22b268544e4
File Lines added Lines deleted
README.md 0 1
File README.md changed (mode: 100644) (index 15d4b4f..1796f21)
... ... API | Description | Auth | HTTPS | CORS | Link |
598 598 | Cisco Spark | Team Collaboration Software | `OAuth` | Yes | Unknown | [Go!](https://developer.ciscospark.com) | | Cisco Spark | Team Collaboration Software | `OAuth` | Yes | Unknown | [Go!](https://developer.ciscospark.com) |
599 599 | Discord | Make bots for Discord, integrate Discord onto an external platform | `OAuth` | Yes | Unknown | [Go!](https://discordapp.com/developers/docs/intro) | | Discord | Make bots for Discord, integrate Discord onto an external platform | `OAuth` | Yes | Unknown | [Go!](https://discordapp.com/developers/docs/intro) |
600 600 | Disqus | Communicate with Disqus data | `OAuth` | Yes | Unknown | [Go!](https://disqus.com/api/docs/auth/) | | Disqus | Communicate with Disqus data | `OAuth` | Yes | Unknown | [Go!](https://disqus.com/api/docs/auth/) |
601 | DonReach Social Count | Get the social share count of a URL from every major social network | No | Yes | Unknown | [Go!](https://donreach.com/social-share-count/) |
602 601 | Facebook | Facebook Login, Share on FB, Social Plugins, Analytics and more | `OAuth` | Yes | Unknown | [Go!](https://developers.facebook.com/) | | Facebook | Facebook Login, Share on FB, Social Plugins, Analytics and more | `OAuth` | Yes | Unknown | [Go!](https://developers.facebook.com/) |
603 602 | Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `OAuth` | Yes | Unknown | [Go!](https://developer.foursquare.com/) | | Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `OAuth` | Yes | Unknown | [Go!](https://developer.foursquare.com/) |
604 603 | Fuck Off as a Service | Asks someone to fuck off | No | Yes | Unknown | [Go!](https://www.foaas.com) | | Fuck Off as a Service | Asks someone to fuck off | No | Yes | Unknown | [Go!](https://www.foaas.com) |
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