Preston icon indicating copy to clipboard operation
Preston copied to clipboard

Python 3 library for accessing EVE Online's ESI API

Results 4 Preston issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

I get `` with the error `{'error': "'add_to_beginning' is required, 'clear_other_waypoints' is required, 'destination_id' is required"}` when I try to make a post request setting the waypoint. Here is my...

It seems currently the API doesn't expose the headers returned from esi. For simple requests this doesn't matter, but when querying paged results with many pages (like orders in jita)...