Koomalooma
Connector for the koomalooma API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.koomalooma.com/api - Auth:
header:X-KoomaLooma-JWT(pass your key via theapiKeyinput)
Operations
post_users— POST /users — Create a Userpost_users_user_id_commitments— POST /users/{user_id}/commitments — Assign points to a User
Inputs
apiKey— your koomalooma 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: post_users
apiKey: <your key>