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
Setup flow for API calls
Allow for mock and real data to be swapped
Setup BaseApi class that all possible routes can use (generic API call logic)
BaseApi
Might be a multi-part PR or split out across several tickets - with this being part 1
The text was updated successfully, but these errors were encountered:
#1263
Sorry, something went wrong.
[Issue #1282]: Setup architecture for API calls with real and mock da…
2efd55d
…ta - part 1a (#1263) ## Summary Fixes #1282 ## Changes proposed - setup API call structure
rylew1
Successfully merging a pull request may close this issue.
Setup flow for API calls
Allow for mock and real data to be swapped
Setup
BaseApi
class that all possible routes can use (generic API call logic)Might be a multi-part PR or split out across several tickets - with this being part 1
The text was updated successfully, but these errors were encountered: