Skip to content

webkom/brus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;
  }
]