scottslowe / polyglot

A multi-language software development project intended solely as a learning exercise
MIT License
6 stars 0 forks source link

Define the API for the Orders service #4

Open scottslowe opened 6 years ago

scottslowe commented 6 years ago

The Orders API will be the sole means by which users (or other services) will interact with order-related data. As such, the Orders API needs to be defined to allow for retrieving orders and submitting orders.

scottslowe commented 6 years ago

Commit 6fe1c2e contains a preliminary RAML specification for the Orders API.