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

Implementing new API endpoints for the following #40

Open
skushagra opened this issue Apr 1, 2024 · 1 comment
Open

Implementing new API endpoints for the following #40

skushagra opened this issue Apr 1, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@skushagra
Copy link
Collaborator

1. Filter books

/v0/books?owner=<owner_id> # get all books which are owned by owner_id

1. Filter appeals

/v0/appeals?borrower=<user_id> # get all appeals where borrower is user_id
/v0/appeals?book=<book_id> # get all appeals where book is book_id
/v0/appeals?borrower=<user_id>&book=<book_id> # get all appeals where borrower is borrower_id and book is book_id
@skushagra skushagra added the enhancement New feature or request label Apr 1, 2024
@skushagra skushagra self-assigned this Apr 1, 2024
Copy link

github-actions bot commented Apr 1, 2024

Hey, we see this is you first issue! Make sure you adhere to the quality standards and checks.

skushagra added a commit to skushagra/zolo-booky-backend that referenced this issue Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant