ProductServer
Integration Diagram
%% AUTOGENERATED CODE -- DO NOT EDIT! graph TD ProductServer Website["Website"] --> ProductServer["ProductServer"] Mobile["Mobile"] --> ProductServer["ProductServer"]
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
%% AUTOGENERATED CODE -- DO NOT EDIT! sequenceDiagram ... ->> ProductServer: Menu ProductServer -->> ...: ok <: Products
Request types
No Request types
Response types
%% AUTOGENERATED CODE -- DO NOT EDIT! classDiagram
Types
ProductServer.Product
- Product information
%% AUTOGENERATED CODE -- DO NOT EDIT! classDiagram
[Full Diagram](%% AUTOGENERATED CODE -- DO NOT EDIT!
classDiagram )
Fields
Field name | Type | Description |
---|---|---|
details | string | |
id | int | |
image | string | |
name | string | |
price | int |
ProductServer.Products
ProductServer.Products
%% AUTOGENERATED CODE -- DO NOT EDIT! classDiagram
[Full Diagram](%% AUTOGENERATED CODE -- DO NOT EDIT!
classDiagram )