Skip to content

yasinbas/spring-boot-microservice-pro

Repository files navigation

Microservice Product

Endpoints:

Save Product

POST /api/product HTTP/1.1
Host: localhost:3333
Authorization: Basic base64(username:password)
Content-Type: application/json
Content-Length: 42

{
    "name": "test-1",
    "price": 1.2
}

Get Products

GET /api/product HTTP/1.1
Host: localhost:3333
Authorization: Basic base64(username:password)

Delete Product

DELETE /api/product/{productId} HTTP/1.1
Host: localhost:3333
Authorization: Basic base64(username:password)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published