Skip to content
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

Frontend openapi integration to start using backend API w/o fetch API #142

Closed
thai-truong opened this issue Aug 25, 2020 · 1 comment · Fixed by #145
Closed

Frontend openapi integration to start using backend API w/o fetch API #142

thai-truong opened this issue Aug 25, 2020 · 1 comment · Fixed by #145
Assignees
Labels
feature Build in something new

Comments

@thai-truong
Copy link
Collaborator

Since we know have autogenerated code for openapi on the front end, we can make request to the server without needing to use Fetch API. However, for this to work, we will have to make functions that call the autogenerated code to do the requesting for us (example is in src/services/ApiEvents.ts). Furthermore, we will need to start incorporating these functions into our codebase, which will be a huge task because there is still a lot of firebase things in our FE codebase.

@thai-truong thai-truong added the feature Build in something new label Aug 25, 2020
@thai-truong thai-truong self-assigned this Aug 25, 2020
@godwinpang
Copy link
Collaborator

@thaigillespie close yeah?

@thai-truong thai-truong linked a pull request Sep 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Build in something new
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants