hirosystems / chainhook

Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
GNU General Public License v3.0
144 stars 57 forks source link

OpenAPI documentation #251

Closed lgalabru closed 1 year ago

lgalabru commented 1 year ago

Investigate possible regression in https://raw.githubusercontent.com/hirosystems/chainhook/develop/docs/chainhook-openapi.json

lgalabru commented 1 year ago

Additionally:

servers:
  - url: https://api.hiro.so/
    description: mainnet
  - url: https://api.testnet.hiro.so/
    description: testnet
tags:
  - name: Tokens
    description: Token metadata endpoints
  - name: Status
    description: Service status endpoints
externalDocs:
  url: https://github.com/hirosystems/token-metadata-api
  description: Source Repository
smcclellan commented 1 year ago

Investigate issue with generating documentation from OpenAPI spec.