You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AC (acceptance criteria):
[] endpoints for ride offers
[] endpoints for ride searches
[] both have all methods for CRUD operations
[] endpoints for the preferences
The text was updated successfully, but these errors were encountered:
Pure PHP, no database. No persistence (everything in memory as variables), no oauth,
see: https://en.wikipedia.org/wiki/Representational_state_transfer
Estimation: 16h
Data folder structure
Example URLs:
http://hostame/api/ride --> get all rides
http://hostame/api/ride/1 --> get / create / update / delete the first ride
http://hostname/api/offer
http://hostame/api/pref
AC (acceptance criteria):
[] endpoints for ride offers
[] endpoints for ride searches
[] both have all methods for CRUD operations
[] endpoints for the preferences
The text was updated successfully, but these errors were encountered: