An API for working with a validated subset of the Starling Bank API.
$ pip install starling-server
To configure:
$ starling-server init
After init
, follow the instructions by adding a token per file in the folder specified.
$ starling-server go
$ # or with uvicorn directly
$ uvicorn starling_server.main:app
API
: http://127.0.0.1:8000/docs
Package
: docs/build/html/index.html
$ pytest tests
This project is licensed under the MIT License - see file LICENSE.md for details.
0.1 : Initial release