- Fixed submitting orders to include start and end Dates
1.9.0
- Fixed issues 46 & 47. - Added new method `get_metadata` which gets info from the `/metadata` endpoint in the RAPI. - Added new method `order_json` which will send a raw JSON request to the RAPI. - When ordering, some of the print statements have changed to include Order Id and Order Item Id.
1.8.0
- Added download capability for SAR Toolbox orders.
1.7.1
- Fixed error regarding the `rapi_requests._rapi_url` variable.
1.7.0
- Removed batch searching of 1000 records (default `maxResults` now the same as the RAPI: 20 records). - Added `first_result` to `search` method so user can still get all results using pagination (same functionality as [firstResult](../../wiki/Directly-Accessing-the-EODMS-REST-APIget-firstresult) in RAPI). - Fixed `PREVIEW_AVAILABLE` filter for NAPL images. - Streamlined parsing the filters for search requests (`EODMSRAPI._create_expr()`).