From 993afaaaea0532ed5289df48d1443e74c698168b Mon Sep 17 00:00:00 2001 From: Jeremiah Lee Date: Wed, 8 Feb 2017 07:11:15 +0100 Subject: [PATCH] Corrected Fitbit info The 'b' in Fitbit is not capitalized. The Fitbit Web API requires OAuth 2.0 authorization. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9244e36a..dee83daa 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| 500px | Photography Community | `oAuth` | Yes | [Go!](https://github.com/500px/api-documentation) | +| 500px | Photography Community | `oAuth` | Yes | [Go!](https://github.com/500px/api-documentation) | | Flickr | Flickr Services | `oAuth` | Yes | [Go!](https://www.flickr.com/services/api/) | | Gfycat | Jiffier GIFs | `oAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | @@ -376,7 +376,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | City Bikes | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) | | Ergast F1 | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) | -| FitBit | FitBit Information | No | Yes | [Go!](https://dev.fitbit.com) | +| Fitbit | Fitbit Information | `oAuth` | Yes | [Go!](https://dev.fitbit.com/) | | Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org) | | JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) | | Cricket Live Scores | live-score | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/dev132/cricket-live-scores) |