SWAPPER
S
pongebobs-
W
eb-
APP
lication-of-
E
asy
R
equests
| #json | #vue-3 | #axios | #bootstrap5 | #CORS |
TARGET SITE FOR .json-string
API-backend correspondance
GET
/api/Books/
Get all books
Clear
Filter by Title
Filter by Price
{{getAllStatMsg}}
{{getByTitStatMsg}}
Id
Title
Price
asc
desc
{{book.id}}
{{book.title}}
{{book.price}}
No books
{{getAllStatMsg}}
{{getByTitStatMsg}}
POST
/api/Books/
Create
{{addStatMsg}}
GET
/api/Books/{id}
Get by ID
{{ getIdStatMsg }}
{{ singleBook }}
{{getIdStatMsg}}
PUT
/api/Books/{id}
Edit
{{updStatMsg}}
DELETE
/api/Books/{id}
Delete
{{delStatMsg}}