Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mightyjava/book-rest-api

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
16 Commits
 
 
 
 
 
 

Repository files navigation

GET

http://localhost:8081/rest/books

GET By ID

http://localhost:8081/rest/books/cff6c1c3-be92-4cb3-9c79-5a67f63a3d61

POST

http://localhost:8081/rest/books

PUT

http://localhost:8081/rest/books

PATCH

http://localhost:8081/rest/books/cff6c1c3-be92-4cb3-9c79-5a67f63a3d61

DELETE

http://localhost:8081/rest/books/cff6c1c3-be92-4cb3-9c79-5a67f63a3d61

Image QR Code

http://localhost:8081/rest/books/generateImageQRCode/{bookId}

Byte QR Code

http://localhost:8081/rest/books/generateByteQRCode/{bookId}	

After Spring Data Rest

Book

http://localhost:8081/rest/book

Search

http://localhost:8081/rest/book/search		

Find By Title

http://localhost:8081/rest/book/search/findByTitle?title=Spring%20Microservices%20in%20Action

Find By Author

http://localhost:8081/rest/book/search/findByAuthor?author=John%20Carnell

Find By ISBN Number

http://localhost:8081/rest/book/search/findByIsbnNumber?isbnNumber=9351199193

Find By Language

http://localhost:8081/rest/book/search/findByLanguage?language=English

Find By Price

http://localhost:8081/rest/book/search/findByPrice?price=2776

About

No description, website, or topics provided.

Resources

Stars

20 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.