Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 239 Bytes

File metadata and controls

9 lines (8 loc) · 239 Bytes

Payments-REST-API

A trivial RESTFul API for banking payments built with Spring Boot

  • GET /api/accounts/
  • GET /api/accounts/id
  • POST /api/accounts
  • PATCH /api/accounts/depoist
  • PATCH /api/accounts/withdraw
  • DELETE /api/accounts/id