HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model
Package-level
declarations
Types
Functions
Types
Hypixel
Response
Link copied to clipboard
interface
HypixelResponse
Rate
Limit
Link copied to clipboard
@
Serializable
data
class
RateLimit
(
val
limit
:
Int
?
=
null
,
val
remaining
:
Int
?
=
null
,
val
reset
:
Int
?
=
null
)
Functions
parse
Rate
Limit
Link copied to clipboard
fun
parseRateLimit
(
headers
:
Headers
)
:
RateLimit
?