Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

28 lines (12 loc) · 449 Bytes

API Wrapper for Bankin' API

Launch the project

sbt run

more information about SBT installation

Endpoints

By default, the HTTP server listen on `localhost:9000

  • /round?email=xyz&password=foo

Returns the amount of the rounded transaction of the current accounts of a given user.

  • /rounds?since=abc&until=xyz

Return all users rounds transactions between two dates