From bbc628fdcdab877206a5a87762d8b2deb4c76229 Mon Sep 17 00:00:00 2001 From: atari2600tim <29287358+atari2600tim@users.noreply.github.com> Date: Mon, 4 Oct 2021 17:06:18 -0400 Subject: [PATCH] add Revolt API Add Revolt API to Social --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf454469..6f8d6778 100644 --- a/README.md +++ b/README.md @@ -1079,6 +1079,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 | +| [Revolt](https://developers.revolt.chat/api/) | Revolt open source Discord alternative | `apiKey` | 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 |