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
Currently we have our code for the various api endpoints in multiple repos:
/v1
This has the following drawbacks:
Therefore we should merge this into a single repo, possibly yearn-exporter as it's the closest to the data and we have already the /v1 routes in it.
The text was updated successfully, but these errors were encountered:
@mariuspod Is this related to https://github.com/yearn/yearn-watch/pull/229 ? Seems like there is a big refactor to use the SDK for calls... just letting you know
Sorry, something went wrong.
mariuspod
No branches or pull requests
Currently we have our code for the various api endpoints in multiple repos:
/v1
routes: https://github.com/yearn/yearn-exporter/blob/master/yearn/api.pyThis has the following drawbacks:
Therefore we should merge this into a single repo, possibly yearn-exporter as it's the closest to the data and we have already the
/v1
routes in it.The text was updated successfully, but these errors were encountered: