Readme
Connector for the readme API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://dash.readme.io/api/v1 - Auth:
basic(pass your key via theapiKeyinput)
Operations
getproject— GET / — Get metadata about the current projectgetapispecification— GET /api-specification — Get API specification metadatagetcategory— GET /categories/{slug} — Get categorygetcategorydocs— GET /categories/{slug}/docs — Get docs for categorygetchangelogs— GET /changelogs — Get changelogsgetchangelog— GET /changelogs/{slug} — Get changelog
Inputs
apiKey— your readme 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: getproject
apiKey: <your key>