Closed asc2683 closed 6 years ago
The current api implementation is becoming unwieldy. Should consider using a library like Axios/Superagent or refactoring and simplifying the current code.
See example: https://github.com/keithb418/scrum-team-app/blob/master/front-end/src/actions/teamMembers.js
Here are some examples:
https://github.com/mickeyhead7/readable/blob/master/src/Utils/Api.js https://github.com/webrgp/readable/blob/master/src/utils/ReadableAPI.js
The current api implementation is becoming unwieldy. Should consider using a library like Axios/Superagent or refactoring and simplifying the current code.
See example: https://github.com/keithb418/scrum-team-app/blob/master/front-end/src/actions/teamMembers.js