Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
Replace remaining direct/hard coded backend request via axios with
makeRequest() generic function from internal library.
Summary of solution:
Replace direct use of "axios" module with makeRequest() from library
Minor clean up of server-requests-utils.js
Can this issue be closed?
yes
Should any new issues be added as a result of this solution?
no
Have you named your branch in a descriptive way? Remember to name your branch in a unique and descriptive manner in order to properly reflect the issue or feature.
Issue Number:
172 - post implementation clean up and refactor
Issue Description:
Replace remaining direct/hard coded backend request via axios with
makeRequest()
generic function from internal library.Summary of solution:
makeRequest()
from libraryserver-requests-utils.js
Can this issue be closed?
yes
Should any new issues be added as a result of this solution?
no
Have you named your branch in a descriptive way? Remember to name your branch in a unique and descriptive manner in order to properly reflect the issue or feature.
Thanks for contributing!