Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.04 KB

brus Build Status

API reference

API base url: brus.abakus.no/api

Url Methods Body (application/json) Description
/liste/ GET Lists the brus list. All users and a summary of their purchases
/liste/?name GET Shows a users details and a summary of their purchases
/liste/purchase/ POST shopping_cart: a shopping cart Purchase items
/liste/products/ GET List all available products
shoppingCart: [
  {
    product_name: string;
    count: integer;
  }
]