raid-guild / gaianet-rag-api-pipeline

Supercharge your Gaianet node by generating a vector knowledge base from any API. Demo slides: https://hackmd.io/@santteegt/ByoykY4nC#/ Link to Docs below
https://raid-guild.github.io/gaianet-rag-api-pipeline/
MIT License
1 stars 0 forks source link

Update OpenAPI Specification #23

Closed earth2travis closed 2 months ago

earth2travis commented 3 months ago

https://swagger.boardroom.info/#/

The spec they gave us is not complete. They made it by hand or generated it. But it does not include some of the request parameters we need. Some sections are missing and there are errors that need to be manually fixed.

Some of what we thought was missing is actually at the bottom of the page. We need to identify if there is anything else missing and update the YAML file.

earth2travis commented 3 months ago
wtfsayo commented 3 months ago

halfway there with #32

wtfsayo commented 3 months ago

halfway there with #32

@santteegt should be already unblocked as of #32 being merged

wtfsayo commented 3 months ago

Proposal and Discussion Related

Voter Data

Delegate Data

wtfsayo commented 3 months ago

added following endpoints in total to cleaned openapi spec

santteegt commented 2 months ago

@wtfsayo please help me including the missing /delegates/getDelegatedVotingPowerByProtocol/{cname} endpoint to the spec.

Also pushes a couple quick fixes in 3e9f36e9a860d89b0af30f52a204912e34168d60

wtfsayo commented 2 months ago

@santteegt added

santteegt commented 2 months ago

Added some final minor fixes and validated the open API spec in #4