You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Miner HTTP endpoints (neurons/miner.py: ingest, query, KeyShareSynapse/KeyShareRetrieve, etc.) have no machine-readable API spec, which blocks third-party clients and the TypeScript SDK.
Tasks
Generate an OpenAPI 3 spec from the miner's route definitions (auto-generated from code preferred over hand-written)
Include auth scheme docs (sr25519 signed-challenge headers)
Publish rendered docs (e.g. Redoc page under docs/ or theengram.space)
Context
Miner HTTP endpoints (
neurons/miner.py: ingest, query, KeyShareSynapse/KeyShareRetrieve, etc.) have no machine-readable API spec, which blocks third-party clients and the TypeScript SDK.Tasks
docs/or theengram.space)Listed as an open bounty in ROADMAP.md.