Releases: justinpjose/cushon-assignment
Releases · justinpjose/cushon-assignment
Release 0.2.0
Release Summary
- Create interface for the router in #5 by @justinpjose
Release 0.1.0
Release Summary
Initial Implementation of the Cushon Assignment
Implementations
- Design docs for the assignment
- API docs detailing the endpoints available to use
- Allows users to create transactions via
POST /transactions
- Allows users to check available funds which they can sign up in their account via
GET /customer_accounts/{accountNo}/available_funds
- Allows users to check details of their specific fund in their account via
GET /customer_accounts_funds/{id}
Contributors - @justinpjose