-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Fetch data from signed APIs #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking greatly simplified 😄, so no more batching, right?
I think this is also closes #19 |
Indeed 😆 |
Co-authored-by: Emanuel Tesař <[email protected]>
…:api3dao/airseeker-v2 into 6-fetch-data-from-signed-api-all-at-once
One more time @Siegrift 😆 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
This PR adds code that:
It was decided in a meeting that the API calls be done all at once/not staggered for simplicity.
I could probably move the current initialisation boilerplate into a
main
file/function.Note to self:
Closes #23
Closes #6
Closes #19