The Eludris Developer Portal
What the Heck is an Eludris?
Hosting Your Own Instance
The Eludris CLI
Configuring Your Instance
API reference
Errors
Error Response
Files
File Data
File Metadata
File Upload
Download Attachment
Download File
Download Static File
Get Attachment
Get Attachment Data
Get File
Get File Data
Get Static File
Upload Attachment
Upload File
Gateway
Client Payload
Server Payload
Instance
Effis Rate Limit Conf
Effis Rate Limits
Instance Info
Instance Rate Limits
Oprish Rate Limits
Rate Limit Conf
Get Instance Info
Messaging
Message
Create Message
Other
Extras
Eludris Detailed
Changelogs
Version 0.3.3
Version 0.3.2
Version 0.3.1
Version 0.3
Eludris has
33 stars
. consider starring the
repository
!
The Eludris Developer Portal
>>
Rate Limit Conf
Represents a single rate limit.
Field
Type
Description
reset_after
Number
The amount of seconds after which the rate limit resets.
limit
Number
The amount of requests that can be made within the
reset_after
interval.
>>
Example
{
"reset_after"
:
60
,
"limit"
:
30
}