You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fio Bank API](http://www.fio.cz/bank-services/internetbanking-api) in Python.
@@ -49,8 +49,8 @@ Listing latest transactions:
49
49
>>> client.last(from_date='2013-03-01') # sets cursor to given date and returns following transactions
50
50
```
51
51
52
-
For further information [read code](https://github.com/honzajavorek/fiobank/blob/master/fiobank.py).
53
-
52
+
## Conflict Error
53
+
[Fio API documentation](http://www.fio.cz/docs/cz/API_Bankovnictvi.pdf) (Section 8.2) states that a single token should be used only once per 30s. Otherwise a HTTP 409 Conflict will be returned and `fiobank.ThrottlingError` will be raised.
0 commit comments