These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

WalletTransactions Endpoint

Author
BeBopAReBop RhubarbPie
University of Caille
Gallente Federation
#1 - 2017-05-18 20:14:48 UTC
Will the wallettransactions and walletjournal endpoints have an equivalent added to esi? I'm considering a project that would use these endpoints, but if they aren't going to be replaced, I'm not sure that the time would be worth it before the endpoints are taken down next year.

Founder of Violet Squadron, a small gang NPSI community! Mail me for more information.

BeBopAReBop RhubarbPie's Space Mediation Service!

Blacksmoke16
Resilience.
#2 - 2017-05-18 23:30:29 UTC  |  Edited by: Blacksmoke16
Everything in XML API and CREST will be replaced with ESI endpoints.

However, not all endpoints are currently released to reach parity with the other two deprecated APIs.

So, it would be best to use both until the point where they get turned off. You can use the characterWalletRead CREST scope in order to access the XML walletJournal/transactions using a token. Using this method allows you to implement the oAuth method that ESI and CREST uses to get the tokens. Then, when an ESI scope is released for the journal/transactions; all that would have to be changed is: add the new scope, remove the old one, update the url to use the ESI one. Everything else, functionality wise, would be the same since both CREST and ESI use the same tokens/auth methods.
Althalus Stenory
Flying Blacksmiths
#3 - 2017-05-19 06:29:06 UTC
https://github.com/ccpgames/esi-issues/blob/master/XML_to_ESI.md

EsiPy - Python 2.7 / 3.3+ Swagger Client based on pyswagger for ESI

BeBopAReBop RhubarbPie
University of Caille
Gallente Federation
#4 - 2017-05-19 20:10:57 UTC
That's good to hear. When I read that account level access was not going to be available I just assumed that the endpoints would be changing too. Now to figure out hosting.

Founder of Violet Squadron, a small gang NPSI community! Mail me for more information.

BeBopAReBop RhubarbPie's Space Mediation Service!