WB Docs
Documentation for the world bank car pooling project
Last updated
Was this helpful?
Documentation for the world bank car pooling project
Last updated
Was this helpful?
A guide on using api endpoints from the car pooling application backend.
I'm using base_url, auth_url
or heroku_base
on the requests screenshots.
base_url
=>
http://127.0.0.1:8000/v1/apis
auth_url
=>
http://127.0.0.1:8000/v1/apis/auth
heroku_base
=>
https://carpoolingbackend.herokuapp.com/v1/apis
Documented API Endpoints.
Endpoint
Function
Confirm user emails from WB database and automatically register them on the application.
2.
log in users on the application
3.
support all operations on a user profile
4.
Make a ride offer on the application.
5.
Make a demand to an offer on the application.
6.
Change the status of the demand on a trip to accepted
, pending
or denied
.