Add Your Bot - kyleratti/a-centralized-mirror GitHub Wiki
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!
Technical Requirements
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
API Documentation
The OpenAPI documentation can be found at https://amirror.link/docs.
Getting Access to the API
Please join our Discord server to request access to the API.
Testing
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.