seraphx2 / ESI.NET

A C# wrapper for the Eve Online ESI API.
https://www.nuget.org/packages/ESI.NET/
MIT License
40 stars 23 forks source link

wallet transaction allows, page not id #73

Closed Hazzel1337 closed 7 months ago

Hazzel1337 commented 7 months ago

Hello,

on the https://esi.evetech.net/ui/#/Wallet/get_characters_character_id_wallet_transactions, its says i can put in a long id from where i want to pull transactions, the end point returns only 2500 transaction, so i need to put in an id to find all transactions. you code only allows pages, which there is none in the documentation for this end point. could you maybe implement beeing able to send a id(long) with the request ?

seraphx2 commented 7 months ago

@Hazzel1337 NuGet package has been updated.