The type of http response codes the codewars api can return.
Type representing all the webhook challenge actions.
Type representing all the webhook user actions.
The array of http response error-codes the codewars api can return.
Static list of all currently known webhook challenge actions.
note not sure if updated
is a value, as its not documented.
Represented as type WebhookChallengeActions
Further documentation is here: https://dev.codewars.com/?shell#code-challenges
Static list of all currently known webhook user actions.
Represented as type WebhookUserActions
Further documentation is here: https://dev.codewars.com/?shell#user
Utility function that returns the corresponding codewars error based on the error-code.
Type-guard that can be used to verify if the given code is a codewars http response codes.
the code to check, will also verify if a number
true if the given code is a codewars http response codes
Type-guard that can be used to verify if the given action is a webhook challenge action.
the action to check, will also verify if string
true if the given action is a webhook challenge action
Type-guard that can be used to verify if the given action is a webhook user action.
the action to check, will also verify if string
true if the given action is a webhook user action
Generated using TypeDoc
Alias of
CodeChallengeRank
CodeChallengeRank
use CodeChallengeRank, will be removed in v2