Rbaskets
Connector for the rbaskets API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://rbaskets.in - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_api_baskets— GET /api/baskets — Get basketsget_api_baskets_name— GET /api/baskets/{name} — Get basket settingsget_api_baskets_name_requests— GET /api/baskets/{name}/requests — Get collected requestsget_api_baskets_name_responses_method— GET /api/baskets/{name}/responses/{method} — Get response settingsget_api_stats— GET /api/stats — Get baskets statisticsget_api_version— GET /api/version — Get service version
Inputs
apiKey— your rbaskets 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_api_baskets
apiKey: <your key>