Releases: methods/S_BookAPIV.2
Releases · methods/S_BookAPIV.2
v2.0.0
What's Changed
- Complete mongo db integration for delete /books/{id} by @codesungrape in #9
- Complete mongo db integration for put /books/{id}) by @codesungrape in #10
- Feature/upgrade to jwt route protection by @codesungrape in #11
- Add db seeding script for jwt protected route testing by @codesungrape in #12
- Add /auth/login endpoint for jwt securitzation by @codesungrape in #13
- Update swagger spec with book reservation endpoints by @codesungrape in #14
- Add POST /books/{book_id}/reservations (JWT-protected) by @codesungrape in #15
- Add-GET-/books/{user_id}/reservations-(JWT-protected) by @codesungrape in #16
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- Modularize app structure by @codesungrape in #2
- Add scripts to populate and delete books by @codesungrape in #3
- Secure routes with write access to database by @codesungrape in #4
- Complete mongo db integration for books resource (get) by @codesungrape in #5
- Remove redundant UUID in post endpoint by @codesungrape in #6
- Complete mongo db integration for get /books/{id}) by @codesungrape in #8
New Contributors
- @codesungrape made their first contribution in #2
Full Changelog: https://github.com/methods/S_BookAPIV.2/commits/v1.0.0