We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Api end point to get a list of all ride offers
Details:
Expected behaviour:
The text was updated successfully, but these errors were encountered:
Wip: Api and test implementation for get all ride offers
6224bae
see #32
Feat: Api and test case for getting all ride offers
ffd65b4
- Added api endpoint "api/v1/rides" - A get method - Returns array of ride objects - Added a test case to verify the above see #32 see #33
Feat: Get all ride offers
4e77efa
- Api endpoint returns array of objects - Data is fetched from the database see #32
lupyana
No branches or pull requests
Api end point to get a list of all ride offers
Details:
Expected behaviour:
The text was updated successfully, but these errors were encountered: