Mineskin
Connector for the mineskin API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.mineskin.org - Auth:
query:key(pass your key via theapiKeyinput)
Operations
get_get_delay— GET /get/delayget_get_id_id— GET /get/id/{id} — Deprecated. Use /get/uuid instead.get_get_list_page— GET /get/list/{page}get_get_uuid_uuid— GET /get/uuid/{uuid}get_validate_name_name— GET /validate/name/{name}get_validate_uuid_uuid— GET /validate/uuid/{uuid}
Inputs
apiKey— your mineskin API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_get_delay
apiKey: <your key>