We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new SDK includes:
GET /health
GET /ready
GET /status
GET /metics
GET /metadata
POST /subgraph
POST /ponder
Also, the new SDK should not include ENSNode UI routes, even though these are served from ENSNode:
GET /subgraph
GET /ponder
GET /swagger
Assume we also don’t want to include ENSNode redirect routes:
GET /
The text was updated successfully, but these errors were encountered:
tk-o
No branches or pull requests
The new SDK includes:
GET /health
returns 200 immediately when ponder starts runningGET /ready
returns 200 when ponder completed historical indexingGET /status
returns status object (that we later replay with /GET metadata)GET /metics
returns prometheus metrics (we use some with GET /metadata)GET /metadata
returns ENSNode metadata object (dev-preview)POST /subgraph
handles Subgraph-compatible GQL queriesPOST /ponder
handles Ponder GQL queriesAlso, the new SDK should not include ENSNode UI routes, even though these are served from ENSNode:
GET /subgraph
returns GraphiQL UIGET /ponder
returns GraphiQL UIGET /swagger
returns Swagger UIAssume we also don’t want to include ENSNode redirect routes:
GET /
redirects to ENSAdmin dashboard with ENSNode Public URL attached as a search paramThe text was updated successfully, but these errors were encountered: