Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Endpoints by using HTTP Verbs #163

Open
DerekEdwards opened this issue Nov 4, 2015 · 0 comments
Open

Reduce Endpoints by using HTTP Verbs #163

DerekEdwards opened this issue Nov 4, 2015 · 0 comments
Labels

Comments

@DerekEdwards
Copy link

Reduce the number of endpoints by combining create_trip, cancel_trip, and trip_status into one "trip" end point which would use the POST, DELETE, and GET verbs, respectively. PATCH could be used if at some point there were a need to update a trip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant