GET /api/pies
Action
Request
URL
GET /api/pies HTTP/1.1
Host: {CONNECT_SERVER_IP}:9981
Header
Parameters
Response
Responds with List<pies>
in JSON format.
Examples
POST /api/pies/add
Action
Request
URL
POST /api/pies/add HTTP/1.1
Host: {CONNECT_SERVER_IP}:9981
Header
Parameters
formdata
.Response
JSON
format.
result
: API call resultmessage
: Message associated withdata
: JSON about pie added