AdamVig / GoCoApi

API Server for the GoCoStudent app.
https://gocostudent.adamvig.com/api
GNU General Public License v3.0
0 stars 0 forks source link

Remove authentication for endpoints that don't need it #2

Closed AdamVig closed 8 years ago

AdamVig commented 8 years ago

Instead of using POST with authentication in the body, use GET (endpoint method is configurable in endpointName.ENDPOINT) and do not require authentication.

GoCoStudent/#84 must be completed before making this change.