- Added a new config parameter
page_size
to allow the limit query param to be customized #14
- Remove
paginationDetails
parameter from select paged API calls; no longer needed after recent change to Mambu API. This change requested by Mambu to improve Mambu API server performance.
- Fix pagination #11
- Added json schemas for loan_repayments.
- Fix merge issue with
v.1.0.1
. Revert tov.1.0.0
and re-apply pagination changes.
- Change
client.py
andsync.py
to removeItems-Total
response header from pagination logic.
- Releasing from Beta --> GA
- Add stream handling for GL Account and GL Journal Entries endpoints
- Update sync.py date handling in process_records and in sync bookmarks for POST endpoints
- Move Transformer initialization "up a level" to remove noise from logging
- Adjust json schemas for loan_products, deposit_products for custom_field_values and other array/lists
- Initial commit