WB Docs
Documentation for the world bank car pooling project
Getting Started
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.login
log in users on the application
3. profile
support all operations on a user profile
4. Offer
Make a ride offer on the application.
5. Demand
Make a demand to an offer on the application.
Change the status of the demand on a trip to accepted
, pending
or denied
.
Last updated
Was this helpful?