Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 551 Bytes

File metadata and controls

27 lines (16 loc) · 551 Bytes

CoffeeBot API

Authentication

Currently, no authentication is required.

Endpoints

/api/robot

All robot status information including location, order queue, inventory etc.

GET - retrieve robot information

PUT - update robot information

/api/orders

All orders in the system including pending, in progress and completed orders.

GET - retrieve all orders

POST - place a new order

/api/orders/:orderId

One specific order (past or present).

GET - get information about the order

PUT - update the status of the order