From 80d85232ef9b9503c18b220afca58df4387d4214 Mon Sep 17 00:00:00 2001 From: Naveen Date: Tue, 16 Oct 2018 13:29:39 +0530 Subject: [PATCH 1/3] Add IBM's Text to Speech API The Text to Speech service processes text and natural language to generate synthesized audio output complete with appropriate cadence and intonation. More info on https://console.bluemix.net/catalog/services/text-to-speech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e30b005d..9f7c5191 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ API | Description | Auth | HTTPS | CORS | | [GitHub](https://developer.github.com/v3/) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://github.com/gitterHQ/docs) | Chat for GitHub | `OAuth` | Yes | Unknown | +| [IBM® Text to Speech](https://console.bluemix.net/docs/services/text-to-speech/getting-started.html#gettingStarted) | Convert text to speech | `OAuth` | Yes | Yes | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | | [import.io](http://api.docs.import.io/) | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | Unknown | | [IPify](https://www.ipify.org/) | A simple IP Address API | No | Yes | Unknown | From 01aa492c0ce5c3430d18b8a88dc706ff19d25c06 Mon Sep 17 00:00:00 2001 From: Naveen Date: Tue, 16 Oct 2018 13:30:48 +0530 Subject: [PATCH 2/3] Remove Registered sign --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f7c5191..6014fda3 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ API | Description | Auth | HTTPS | CORS | | [GitHub](https://developer.github.com/v3/) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://github.com/gitterHQ/docs) | Chat for GitHub | `OAuth` | Yes | Unknown | -| [IBM® Text to Speech](https://console.bluemix.net/docs/services/text-to-speech/getting-started.html#gettingStarted) | Convert text to speech | `OAuth` | Yes | Yes | +| [IBM Text to Speech](https://console.bluemix.net/docs/services/text-to-speech/getting-started.html#gettingStarted) | Convert text to speech | `OAuth` | Yes | Yes | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | | [import.io](http://api.docs.import.io/) | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | Unknown | | [IPify](https://www.ipify.org/) | A simple IP Address API | No | Yes | Unknown | From b3498893c27f78b854a004fb87fb4ef278adb004 Mon Sep 17 00:00:00 2001 From: Naveen Date: Tue, 16 Oct 2018 21:36:36 +0530 Subject: [PATCH 3/3] Correct the format for IBM Text to Speech --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6014fda3..ddf2c0a6 100644 --- a/README.md +++ b/README.md @@ -228,8 +228,8 @@ API | Description | Auth | HTTPS | CORS | | [GitHub](https://developer.github.com/v3/) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://github.com/gitterHQ/docs) | Chat for GitHub | `OAuth` | Yes | Unknown | -| [IBM Text to Speech](https://console.bluemix.net/docs/services/text-to-speech/getting-started.html#gettingStarted) | Convert text to speech | `OAuth` | Yes | Yes | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | +| [IBM Text to Speech](https://console.bluemix.net/docs/services/text-to-speech/getting-started.html) | Convert text to speech | `apiKey` | Yes | Yes | | [import.io](http://api.docs.import.io/) | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | Unknown | | [IPify](https://www.ipify.org/) | A simple IP Address API | No | Yes | Unknown | | [IPinfo](https://ipinfo.io/developers) | Another simple IP Address API | No | Yes | Unknown |