You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Bots are currently user accounts. They should be in their own collection.
Describe the solution you'd like
This issue will serve as both the feature request and spec. Please read the full thing.
Feel free to request changes in it, because this spec is what will get implemented in the end.
The bot API will be hosted on /bots/. Assume all urls are prefixed by that.
Is your feature request related to a problem? Please describe.
Bots are currently user accounts. They should be in their own collection.
Describe the solution you'd like
This issue will serve as both the feature request and spec. Please read the full thing.
Feel free to request changes in it, because this spec is what will get implemented in the end.
The bot API will be hosted on
/bots/
. Assume all urls are prefixed by that.POST /
Auth required.
response
GET /
Auth Required. Owners bots only.
Url args
?page=number
response
GET /<id>/
Auth not required.
Response
PATCH /<id>/
Auth required.
Response
DELETE /<id>
Auth required, if MFA is enabled, that's required too.
Response
POST /<id>/token/regenerate
MFA (if enabled) and auth required
Response
Describe alternatives you've considered
There are no alternatives as the TOS says we will provide a tool in the future to make bots.
Additional context
https://meower.org/legal/#Automated-accounts
The text was updated successfully, but these errors were encountered: