Closed hexvolt closed 7 years ago
Set up Django Rest Framework API for account application
account
Use cases:
GET /banks/
GET /banks/1/accounts?currency=...
POST /banks/1/accounts
PUT /banks/1/accounts/2/
DELETE /banks/1/accounts/2/
GET /banks/1/accounts?search=...
Set up Django Rest Framework API for
account
application