Version 3.2.0 - Batch Order, Licenses, and POST searching
This release brings compatibility with new features of the Arlula Archive API.
- Updates
license
on SearchResult tolicenses
, in line with new API updates. - Updates archive search to send requests via
POST
rather thanGET
always. This is due to URL length limits and the recent polygon search update. - Adds the ability to chain together multiple
OrderRequest
objects into aBatchOrderRequest
. - Adds the ability to send a
BatchOrderRequest
with the newArchiveAPI.batch_search
method.