Oprish Rate Limits
Rate limits that apply to Oprish (The REST API).
Field | Type | Description |
---|---|---|
info | RateLimitConf | Rate limits for the GET / endpoint. |
message_create | RateLimitConf | Rate limits for the POST /messages endpoint. |
rate_limits | RateLimitConf |
Example
{
"info": {
"reset_after": 5,
"limit": 2
},
"message_create": {
"reset_after": 5,
"limit": 10
},
"rate_limits": {
"reset_after": 5,
"limit": 2
}
}