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-reactjs

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
27 Commits
 
 
 
 
 
 

Repository files navigation

GET

http://localhost:8081/rest/user/authenticate

Requests

{
	"email":"test@user.com",
	"password":"testuser"
}
or
{
	"email":"test@admin.com",
	"password":"testadmin"
}

GET

http://localhost:8081/rest/books

GET By ID

http://localhost:8081/rest/books/1

POST

http://localhost:8081/rest/books

PUT

http://localhost:8081/rest/books

DELETE

http://localhost:8081/rest/books/1

Requests

{
    "title": "Spring in Action",
    "author": "Craig Walls",
    "coverPhotoURL": "https://images-na.ssl-images-amazon.com/images/I/51gHy16h5TL.jpg",
    "isbnNumber": 9789351197997,
    "price": 630,
    "language": "English"
}
{
    "title": "Java Persistence with Hibernate",
    "author": "Christian Bauer and Gavin King",
    "coverPhotoURL": "https://images.manning.com/720/960/resize/book/d/2ea186d-c683-4d54-95f9-cca25b6fe49e/bauer2.png",
    "isbnNumber": 9351199193,
    "price": 771,
    "language": "English"
}
{
    "title": "Grails in Action",
    "author": "Glen Smith and Peter Ledbrook",
    "coverPhotoURL": "https://images.manning.com/720/960/resize/book/6/3e9d5ed-4155-466d-ab46-538bb355948d/gsmith2.png",
    "isbnNumber": 1617290963,
    "price": 2907,
    "language": "English"
}
{
    "title": "Spring Boot in Action",
    "author": "Craig Walls",
    "coverPhotoURL": "https://images.manning.com/720/960/resize/book/6/bb80688-f898-4df7-838a-253b1de123c4/Walls-SpringBoot-HI.png",
    "isbnNumber": 1617292540,
    "price": 3149,
    "language": "English"
}
{
    "title": "Head First Java: A Brain-Friendly Guide",
    "author": "Kathy Sierra",
    "coverPhotoURL": "https://covers.oreillystatic.com/images/9780596004651/lrg.jpg",
    "isbnNumber": 8173666024,
    "price": 498,
    "language": "English"
}

About

No description, website, or topics provided.

Resources

Stars

76 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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