Rate limits that apply to Oprish (The REST API).


Example

{
"get_instance_info": {
"reset_after": 5,
"limit": 2
},
"create_message": {
"reset_after": 5,
"limit": 10
},
"create_user": {
},
}

Hierarchy

  • OprishRateLimits

Properties

create_message: RateLimitConf

Rate limits for the create_message endpoint.

create_password_reset_code: RateLimitConf

Rate limits for the create_password_reset_code enpoint.

create_session: RateLimitConf

Rate limits for the create_session endpoint.

create_user: RateLimitConf

Rate limits for the create_user endpoint.

delete_session: RateLimitConf

Rate limits for the delete_session endpoint.

delete_user: RateLimitConf

Rate limits for the delete_user enpoint.

get_instance_info: RateLimitConf

Rate limits for the get_instance_info endpoint.

get_sessions: RateLimitConf

Rate limits for the get_sessions endpoint.

get_user: RateLimitConf

Rate limits for the get_self, get_user and get_user_from_username endpoints.

guest_get_user: RateLimitConf

Rate limits for the get_self, get_user and get_user_from_username endpoints for someone who hasn't made an account.

reset_password: RateLimitConf

Rate limits for the reset_password enpoint.

update_profile: RateLimitConf

Rate limits for the update_profile enpoint.

update_user: RateLimitConf

Rate limits for the update_user enpoint.

verify_user: RateLimitConf

Rate limits for the verify_user endpoint.