Skip to content

AnnaL001/e-bookstore-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Bookstore-Api

Description

Endpoints

Book

GET ENDPOINTS

Endpoint url Operation
/books Retrieve list of books
/books/{id} Retrieve a book
/series/{id}/books Retrieve books within a book series
/authors/{id}/books Retrieve a specific author's books
/genres/{id}/books Retrieve books of a specific genre
/books/{id}/related-books Retrieve related books
/popular-books Retrieve popular books

Author

GET ENDPOINTS

Endpoint url Operation
/authors Retrieve list of authors
/authors/{id} Retrieve details of an author
/popular-authors Retrieve popular authors

Genre

GET ENDPOINTS

Endpoint url Operation
/genres Retrieve list of authors
/genres/{id} Retrieve a specific genre's details

Series

GET ENDPOINTS

Endpoint url Operation
/series Retrieve a list of book series
/series/{id} Retrieve details of a book series

Other endpoints to be added

About

A REST API for querying a bookstore's e-books

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages