TTUSDC / cpceed-webapp

CPCEED Web App
https://ttusdc.github.io/cpceed-webapp/
3 stars 0 forks source link

Server connection #17

Closed asclines closed 7 years ago

asclines commented 7 years ago

This PR accomplishes two things: 1) Some code cleanup 2) A redo of how the server connects to the API.

The main commit here is c9cf4e4fc27902db6444b370859eb7b4a270fc11 where the Connection class is created.

Now the app can connect to the API using this builder class for a clean way to build requests and not be tied down to any node module for HTTP connections as this hides all that.