/order-api

Rails-based application which serves up only an API. This API will be responding with JSON and will be secured against unauthorized access.

Primary LanguageRuby

Orderlist

Routes

GET /api/orders GET /api/orders/:id POST /api/orders PATCH /api/orders/:id DELETE /api/orders/:id

POST /api/registrations

doorkeeper

POST /oath/token

Model

Order product_name:string amount_in_cents:integer oder_date:date_time