keithb418 / scrum-team-app

Apache License 2.0
3 stars 5 forks source link

Refactor client side API #99

Closed asc2683 closed 6 years ago

asc2683 commented 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

asc2683 commented 6 years ago

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