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

task: api GET routes #17

Closed
5 tasks done
Tracked by #2
paul-bokelman opened this issue Jul 25, 2024 · 0 comments
Closed
5 tasks done
Tracked by #2

task: api GET routes #17

paul-bokelman opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
task subtask of epic

Comments

@paul-bokelman
Copy link
Owner

paul-bokelman commented Jul 25, 2024

Description

all data retrieval routes associated with Book model

  • get books (GET /api/books)
  • get single book (GET /api/books/[slug])
  • get book preview (GET /api/books/[slug]/preview)
  • get book chapter (GET /api/books/[slug]/[chapter])
  • get featured book (GET /api/books/featured)

Parent: #2

@paul-bokelman paul-bokelman added the task subtask of epic label Jul 25, 2024
@paul-bokelman paul-bokelman self-assigned this Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task subtask of epic
Projects
None yet
Development

No branches or pull requests

1 participant