fiobank
fiobank copied to clipboard
Fio Bank API in Python
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
There is one more REST method that it is not documented in the official API documentation but it is used by official java application 'api-plus'; 'lastStatement' method returns the the...
There is an extra header "x-IntervalUseToken" returned by server, it indicates required delay before next query with the same token. Some calls, like setting pointer doesn't require delay. Example :...
Hey, hi, hello, I've incorporated your library to my project and it works flawlessly, so big thank you. However I've needed to add ability of sending money (Fio import method)...
This patch allows to read both transactions and the account information in one request. This is useful to avoid the server request rate limit (error 409).
Add tests for the #5 issue and also for cases when the API returns 400 / 403 / 500 / ... Handle incorrect token gracefully and tell user cause of...
http://www.fio.cz/spolecnost-fio/media/tiskove-zpravy/131951-fio-banka-umoznuje-automaticke-zadavani-plateb
- [x] https://github.com/honzajavorek/fiobank/pull/26 - [x] https://github.com/honzajavorek/fiobank/compare/master...honzajavorek/facelift - [ ] README https://github.com/honzajavorek/fiobank/compare/master...honzajavorek/facelift#diff-7b3ed02bc73dc06b7db906cf97aa91dec2b2eb21f2d92bc5caa761df5bbc168f - [ ] pyproject.toml https://github.com/honzajavorek/fiobank/compare/master...honzajavorek/facelift#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711 Releasing and CI inspiration: - https://github.com/juniorguru/teemup/tree/main/.github/workflows - https://pypi.org/manage/projects/ Drop also 3.8, because: - https://devguide.python.org/versions/#python-release-cycle
See https://github.com/honzajavorek/fiobank/pull/4, especially https://github.com/honzajavorek/fiobank/pull/4#issuecomment-2166700921
https://docs.pydantic.dev/