Oprish Rate Limits
Rate limits that apply to Oprish (The REST API).
| Field | Type | Description | 
|---|---|---|
| get_instance_info | RateLimitConf | Rate Limits for the get_instance_info route. | 
| create_message | RateLimitConf | Rate Limits for the create_message route. | 
| create_user | RateLimitConf | Rate Limits for the create_user route. | 
| verify_user | RateLimitConf | Rate Limits for the verify_user route. | 
| get_user | RateLimitConf | Rate Limits for the get_user route. | 
| guest_get_user | RateLimitConf | Rate Limits for the guest_get_user route. | 
| edit_user | RateLimitConf | Rate Limits for the edit_user route. | 
| edit_profile | RateLimitConf | Rate Limits for the edit_profile route. | 
| delete_user | RateLimitConf | Rate Limits for the delete_user route. | 
| create_password_reset_code | RateLimitConf | Rate Limits for the create_password_reset_code route. | 
| reset_password | RateLimitConf | Rate Limits for the reset_password route. | 
| create_session | RateLimitConf | Rate Limits for the create_session route. | 
| get_sessions | RateLimitConf | Rate Limits for the get_sessions route. | 
| delete_session | RateLimitConf | Rate Limits for the delete_session route. | 
| resend_verification | RateLimitConf | Rate Limits for the resend_verification route. | 
| create_sphere | RateLimitConf | Rate Limits for the create_sphere route. | 
| get_sphere | RateLimitConf | Rate Limits for the get_sphere route. | 
| guest_get_sphere | RateLimitConf | Rate Limits for the guest_get_sphere route. | 
| edit_category | RateLimitConf | Rate Limits for the edit_category route. | 
| delete_category | RateLimitConf | Rate Limits for the delete_category route. | 
| create_category | RateLimitConf | Rate Limits for the create_category route. | 
| create_channel | RateLimitConf | Rate Limits for the create_channel route. | 
| edit_channel | RateLimitConf | Rate Limits for the edit_channel route. | 
| delete_channel | RateLimitConf | Rate Limits for the delete_channel route. | 
| join_sphere | RateLimitConf | Rate Limits for the join_sphere route. | 
| get_channel | RateLimitConf | Rate Limits for the get_channel route. | 
| guest_get_channel | RateLimitConf | Rate Limits for the guest_get_channel route. | 
| get_messages | RateLimitConf | Rate Limits for the get_messages route. | 
| get_message | RateLimitConf | Rate Limits for the get_message route. | 
| get_member | RateLimitConf | Rate Limits for the get_member route. | 
| guest_get_member | RateLimitConf | Rate Limits for the guest_get_member route. | 
| edit_member | RateLimitConf | Rate Limits for the edit_member route. | 
| delete_message | RateLimitConf | Rate Limits for the delete_message route. | 
| edit_message | RateLimitConf | Rate Limits for the edit_message route. | 
| leave_sphere | RateLimitConf | Rate Limits for the leave_sphere route. | 
| get_spheres | RateLimitConf | Rate Limits for the get_spheres route. | 
| create_emoji | RateLimitConf | Rate Limits for the create_emoji route. | 
| get_emoji | RateLimitConf | Rate Limits for the get_emoji route. | 
| guest_get_emoji | RateLimitConf | Rate Limits for the guest_get_emoji route. | 
| edit_emoji | RateLimitConf | Rate Limits for the edit_emoji route. | 
| delete_emoji | RateLimitConf | Rate Limits for the edit_emoji route. | 
| add_reaction | RateLimitConf | Rate Limits for the add_reaction route. | 
| remove_reaction | RateLimitConf | Rate Limits for the remove_reaction route. | 
| clear_reactions | RateLimitConf | Rate Limits for the clear_reactions route. | 
Example
{
  "get_instance_info": {
    "reset_after": 5,
    "limit": 2
  },
  "create_message": {
    "reset_after": 5,
    "limit": 10
  },
  ...
}