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.
Previous page12
 

Learning ESI and More

First post
Author
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#21 - 2017-03-14 18:12:49 UTC
https://www.fuzzwork.co.uk/2017/03/14/using-esi-google-sheets/

If you want to use google sheets.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

drsh1
Golden Warsaw
#22 - 2017-03-17 08:49:54 UTC
json isn't that terrible in VBA with this: https://github.com/VBA-tools/VBA-JSON

i managed to create some simple excel sheets using json esi api calls, without sso authentication though

if you're interested i can share the code for price updater so you can get the idea



however it's probably easier just to use steve's google sheets :)
ST8 ACTOR
Flintlock Asshatery
#23 - 2017-06-12 09:22:23 UTC
If you get client for your language, it becomes matter of writing several lines, which the client library for swagger would demonstrate. I reckon that was the point of moving to esi.
Bear Templar
TEMPLAR.
The Initiative.
#24 - 2017-06-13 17:42:15 UTC
Can someone clarify; is the XML API being closed down (i.e. you won't be able to access data from it) next year? Or is it simply being de-supported?

I'm hoping it's the latter so that any XML queries i've got, including your google docs script for the loading system prices @steve ronuken, will still work.

If a fish weighs 1 Kilogram plus half its own weight, how much does it weigh? (It's not 1.5kg btw)

Althalus Stenory
Flying Blacksmiths
#25 - 2017-06-14 09:48:51 UTC
Closing

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

Bear Templar
TEMPLAR.
The Initiative.
#26 - 2017-06-14 17:31:57 UTC
Thanks.

Have they said why they're closing it?

It'd be great if they simply desupported it thus allowing some people, who still wished, to extract information via the XML API and those that wanted to progress onto ESI still could.

Cry

If a fish weighs 1 Kilogram plus half its own weight, how much does it weigh? (It's not 1.5kg btw)

Althalus Stenory
Flying Blacksmiths
#27 - 2017-06-15 06:52:52 UTC  |  Edited by: Althalus Stenory
because :
- ESI will have everything XML API have
- ESI have no rate limits
- Also lower cache time
- Maintenance & redundancy of data through multiple APIs

And mostly, because the way XML API works I think (more infos https://www.youtube.com/watch?v=Mz_CnlsTDs0 ) :)

(Well, most of these are reasons why you should prefer ESI instead of XML API :p)

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

Bear Templar
TEMPLAR.
The Initiative.
#28 - 2017-06-15 18:01:06 UTC  |  Edited by: Bear Templar
drsh1 wrote:
json isn't that terrible in VBA with this: https://github.com/VBA-tools/VBA-JSON

i managed to create some simple excel sheets using json esi api calls, without sso authentication though

if you're interested i can share the code for price updater so you can get the idea



however it's probably easier just to use steve's google sheets :)


I too have begun using this. Seems a great tool so far, but i'm struggling to get prices out (e.g. highest buy price for Trit in Jita).

Would you mind sending the code that you've used?

I've also sent you a mail in-game with a sample of my code currently.

If a fish weighs 1 Kilogram plus half its own weight, how much does it weigh? (It's not 1.5kg btw)

Previous page12