v0.0.5
Implemented
- Customers
GET /v1/customers/:id
: Retrieve a customerGET /v1/customers
: List all customers
- Products
GET /v1/products/:id
: Retrieve a productGET /v1/products
: List all products
GET /v1/customers/:id
: Retrieve a customerGET /v1/customers
: List all customersGET /v1/products/:id
: Retrieve a productGET /v1/products
: List all products