python-fakturoid icon indicating copy to clipboard operation
python-fakturoid copied to clipboard

Python API for fakturoid.

Results 9 python-fakturoid issues
Sort by recently updated
recently updated
newest added

Řekl bych, že tato metoda klame názvem. Myslel jsem, že vrátí úplně všechna pole a jejich hodnoty (podobně jako `namedtuple.as_dict`), ale vrací pouze ty, které nejsou readonly. Jaký to má...

Adds interface for retrieving Bank Accounts.

The links have been targeted to a redirected url.

Fakturoid zmenil počet objektov, ktorý vráti v rámci response (napr. z API endpointu `invoices`) z 20 na 40. Trieda `PagedResource` ale počíta stále s 20 objektami, preto pri paginácii vracia...

API V2 will reach its end of life in less than a year, are there any plans to upgrade this library to API v3?

Previously, the (default) page size was set as 20 in the code, which caused problems when the API page size changed to 40 - only 20 objects were returned from...