Open thtauhid opened 1 year ago
What info should be gathered?
And should the response be processed in the wrapper, then sent out just like in the existing API (like this export const getIntro
, and other info, with the same method)? I never made an API wrapper before, but I'd like to now.
@thtauhid assign this to me . Also clarify me some things I will be creating a file under src/api folder as /api/Github/index.js and this file will be containing all the endpoints , with Methods , options and returned body
Is there any standard way to do this .
As part of our API introduction milestone, we will implement the GitHub API. A GitHub API wrapper needs to be created so that we can just put the name of the endpoint and get the data.
All methods related to this implementation can be placed under
src/api