-
Notifications
You must be signed in to change notification settings - Fork 0
Add Your Bot
Kyle edited this page Aug 30, 2024
·
5 revisions
This bot was created for the /r/PublicFreakout subreddit, however it is designed to serve any subreddit. If you run your own mirror bot service and would like to be included to the directory listing, we'd love to have you!
All interaction with this service is performed through a REST API. If you are looking to integrate, please make sure your bot can:
- Make
GET
,POST
, andDELETE
requests to a third-party API over HTTPS - Set headers on each request for authentication
- Parse HTTP staus codes and JSON responses
The OpenAPI documentation can be found at https://amirror.link/docs.
Please join our Discord server to request access to the API.
The easiest way to test integration with this service is to make use of the /r/testingground4bots subreddit. There is no separate API for testing purposes at this time.