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