Jump to Content
guo-api
API Reference
v1.0

Log Inguo-api
API Reference
Log In
v1.0API Reference

Gụọ API

  • author
    • Add a new author to the librarypost
    • Fetch all authors from the libraryget
    • Fetch author by {authorId} from the libraryget
    • Update an existing author with a matching {authorId}put
    • Delete an existing author with a matching {authorId}del
  • genre
    • Add a new genre to the librarypost
    • Fetch all genres from the libraryget
    • Fetch genre by {genreId} from the libraryget
    • Update an existing genre with a matching {genreId}put
    • Delete an existing genre with a matching {genreId}del
  • series
    • Add a new series to the librarypost
    • Fetch all series from the libraryget
    • Fetch series by {seriesId} from the libraryget
    • Update an existing series with a matching {seriesId}put
  • Series
    • Delete an existing Series with a matching {SeriesId}del
  • book
    • Add a new book to the librarypost
    • Fetch all books from the libraryget
    • Fetch book by {bookId} from the libraryget
    • Update an existing book with a matching {bookId}put
    • Delete an existing book with a matching {bookId}del
Powered by 

Fetch all books from the library

get https://guo-api.onrender.com/api/books

Using this endpoint, all books collections can be fetched from the library

Language
Click Try It! to start a request and see the response here!