Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add loggers for GET and DELETE requests (#222)
* fix: travelperk not loading all invoice profiles integrate with the travelperk pagination API to fetch invoice profiles from all pages * refactor: move `get_all_generator` to `ApiBase` and rename variable * fix: generalise the `get_all_generator` method for all onject types and create an implementation in `InvoiceProfiles` * refactor: clarity * fix: apply travelperk sync fix to all existing accounts * test: add request and response logs to the travelperk api * fix: add loggers for GET and DELETE requests as well
- Loading branch information