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


Example

{
"getInstanceInfo": {
"reset_after": 5,
"limit": 2
},
"createMessage": {
"reset_after": 5,
"limit": 10
},
"createUser": {
},
}

Hierarchy

  • OprishRateLimits

Properties

create_message: RateLimitConf

Rate limits for the __type endpoint.

create_password_reset_code: RateLimitConf

Rate limits for the __type enpoint.

create_session: RateLimitConf

Rate limits for the __type endpoint.

create_user: RateLimitConf

Rate limits for the __type endpoint.

delete_session: RateLimitConf

Rate limits for the __type endpoint.

delete_user: RateLimitConf

Rate limits for the __type enpoint.

get_instance_info: RateLimitConf

Rate limits for the __type endpoint.

get_sessions: RateLimitConf

Rate limits for the __type endpoint.

get_user: RateLimitConf

Rate limits for the __type, __type and get_user_from_username endpoints.

guest_get_user: RateLimitConf

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

reset_password: RateLimitConf

Rate limits for the __type enpoint.

update_profile: RateLimitConf

Rate limits for the __type enpoint.

update_user: RateLimitConf

Rate limits for the __type enpoint.

verify_user: RateLimitConf

Rate limits for the __type endpoint.