From 3c1f7af658782b51ae842ecdcceca4a5d9104a00 Mon Sep 17 00:00:00 2001 From: dio <61555147+Mr-Steal-Your-Script@users.noreply.github.com> Date: Sun, 25 Oct 2020 11:50:39 -0500 Subject: [PATCH] Added Saidit API (#1415) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db07f55d..9155524d 100644 --- a/README.md +++ b/README.md @@ -741,6 +741,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Collective](https://docs.opencollective.com/help/developers/api) | Get Open Collective data | No | Yes | Unknown | | [Pinterest](https://developers.pinterest.com/) | The world's catalog of ideas | `OAuth` | Yes | Unknown | | [Reddit](https://www.reddit.com/dev/api) | Homepage of the internet | `OAuth` | Yes | Unknown | +| [Saidit](https://www.saidit.net/dev/api) | Open Source Reddit Clone | `OAuth` | Yes | Unknown | | [Slack](https://api.slack.com/) | Team Instant Messaging | `OAuth` | Yes | Unknown | | [Telegram Bot](https://core.telegram.org/bots/api) | Simplified HTTP version of the MTProto API for bots | `apiKey` | Yes | Unknown | | [Telegram MTProto](https://core.telegram.org/api#getting-started) | Read and write Telegram data | `OAuth` | Yes | Unknown |