ProductServer
Integration Diagram
Application Index
Application Name | Method | Source Location |
---|---|---|
ProductServer | Menu | https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl |
Type Index
Application Name | Type Name | Source Location |
---|---|---|
ProductServer | Product | https://raw.githubusercontent.com/anz-bank/sysl-examples/master/demos/sizzle_restaurant/sizzle.sysl |
ProductServer | Products | https://raw.githubusercontent.com/anz-bank/sysl-examples/master/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 |