ProductServer
Integration Diagram
Application Index
Application Name | Method | Source Location |
---|---|---|
ProductServer | Menu | /github.com/anz-bank/sysl-examples@v0.0.0-c63b9e92813a/demos/sizzle_restaurant/sizzle.sysl |
Type Index
Application Name | Type Name | Source Location |
---|---|---|
ProductServer | Product | /github.com/anz-bank/sysl-examples@v0.0.0-c63b9e92813a/demos/sizzle_restaurant/sizzle.sysl |
ProductServer | Products | /github.com/anz-bank/sysl-examples@v0.0.0-c63b9e92813a/demos/sizzle_restaurant/sizzle.sysl |
Applications
Application ProductServer
- This server handles all the product related endpoints.
ProductServer Menu
Sequence Diagram
Request types
No Request types
Response types
Types
ProductServer.Product
- Product information
Fields
Field name | Type | Description |
---|---|---|
details | string | |
id | int | |
image | string | |
name | string | |
price | int |