v0.0.4
Implemented
- Users
GET /v1/users/me
: Retrieve the currently authenticated user.
- Stores
GET /v1/stores/:id
: Retrieve a storeGET /v1/stores
: List all stores
GET /v1/users/me
: Retrieve the currently authenticated user.GET /v1/stores/:id
: Retrieve a storeGET /v1/stores
: List all stores