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

Swagger Documentation #9

Open
15 tasks
widal001 opened this issue May 12, 2021 · 0 comments
Open
15 tasks

Swagger Documentation #9

widal001 opened this issue May 12, 2021 · 0 comments

Comments

@widal001
Copy link
Owner

Summary

Creates swagger documentation for the sample API endpoints

To Do

  • Endpoints
    • GET /books
    • POST /books
    • GET /books/<book_id>
    • PUT /books/<book_id>
    • GET /libraries
    • POST /libraries
    • GET /libraries/<lib_id>/books
    • PUT /libraries/<lib_id>/books/<book_id>
    • POST /libraries/<lib_id>/books/<book_id>/borrow
    • POST /libraries/<lib_id>/books/<book_id>/return
  • Models
    • Book
    • Library
    • LibraryBook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant