Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 433 Bytes

pay-party-api

- /parties/                 GET All parties
- /party/<ID>               GET Party sepcified by <ID>
- /party/                   POST New Party
- /party/<ID>/vote          PUT Party specified by <ID> ballot upload
- /party/<ID>/distribute    PUT Party specified bby <ID> receipt upload
- /party/<ID>/note          PUT Party specified by <ID> note upload
- /party/<ID>               DELETE Delete party by <ID>