2020.10.2
Changes:
- When querying with the default maximum/minimum values for "Number of elements" and "Number of sites", the query parameters are no longer added to the URL query, hopefully ensuring faster handling of the request on the server side (#178).
- Remove
click
dependency. Convert to using the built-inargparse
module for the CLI (#179).
Bug fixes:
- Pagination when using links directly has been fixed (#177).
Developer: