An open API service indexing awesome lists of open source software.

https://github.com/nymann/pizzaria-burgerhouse-cli

Order Pizza via the command line
https://github.com/nymann/pizzaria-burgerhouse-cli

Last synced: about 1 year ago
JSON representation

Order Pizza via the command line

Awesome Lists containing this project

README

          

# Pizzaria Burgerhouse CLI

### TODO
For `order_details()`
```json
{"status":"ok","statuscode":200,"data":{"id":"removed this is the session token","statuscode":"200","status":"PENDING","completed":0,"message":"","timestamp":"20220811185227"}}
```

```json
{"status":"ok","statuscode":200,"data":{"id":"removed this is the session token","statuscode":"200","status":"PENDING","completed":0,"message":"","timestamp":"20220811185232"}}
```

```json
{
"status": "ok",
"statuscode": 200,
"data": {
"id": "removed this is the session token",
"statuscode": "200",
"status": "ACCEPTED",
"completed": 1,
"message": "",
"timestamp": "20220811185237",
"orderid": "44028",
"shopDeliveryday": "Thursday",
"shopDeliverydate": "11-08-2022",
"shopDeliverytime": "19:07",
"completionTimestamp": "2022-08-11 18:52:36",
"reason": ""
}
}
```

## Development

For help getting started developing check [DEVELOPMENT.md](DEVELOPMENT.md)