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.
 

Documentation for api.eveonline?

First post
Author
Slamma009
University of Caille
Gallente Federation
#1 - 2015-04-20 14:48:46 UTC  |  Edited by: Slamma009
I've searched for some sort of documentation on the api calls you can make, and the best I've found is digging through the code of certain libraries, which can only help so much.

I just want to be able to say, how can I find all the character names on an account (because I do need to know that, if you have an answer thank you), and check the documentation, where it'd say to use api.eveonline.com/eve/CharacterNames.xml.aspx and pass these as arguments.

does any sort of documentation exist?
Hel O'Ween
Men On A Mission
#2 - 2015-04-20 16:03:20 UTC  |  Edited by: Hel O'Ween
https://neweden-dev.com/Main_Page
https://developers.eveonline.com

But yeah ... the documentation is sparse and scattered across a few places. CCP FoxFour made an attempt to "unify" the documentation not too long ago. Not sure how far that project went, though.

EVEWalletAware - an offline wallet manager.

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2015-04-20 17:31:04 UTC
http://eveonline-third-party-documentation.readthedocs.org/en/latest/

ongoing, and taking playing input (in the form of pull requests)

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Hel O'Ween
Men On A Mission
#4 - 2015-04-21 07:44:26 UTC
Ahh, as always - Steve to the rescue! Big smile

Thx, my Google Fu failed when trying to dig up that link.

EVEWalletAware - an offline wallet manager.

Slamma009
University of Caille
Gallente Federation
#5 - 2015-04-21 14:02:45 UTC
Steve Ronuken wrote:
http://eveonline-third-party-documentation.readthedocs.org/en/latest/

ongoing, and taking playing input (in the form of pull requests)



thank you! So far this is the best thing I've seen, it should be enough.
Hel O'Ween
Men On A Mission
#6 - 2015-04-21 16:40:25 UTC
Slamma009 wrote:
Steve Ronuken wrote:
http://eveonline-third-party-documentation.readthedocs.org/en/latest/

ongoing, and taking playing input (in the form of pull requests)



thank you! So far this is the best thing I've seen, it should be enough.


Than look again, especially at the XML API part ... Blink

EVEWalletAware - an offline wallet manager.

Ortho Loess
Escalated.
OnlyFleets.
#7 - 2015-04-21 19:14:57 UTC
lol, yeah. Not got the XML stuff yet. CREST and SSO are shaping up fairly nicely though Smile

So far only SocksFour and I have contributed, so it's going pretty slowly. It would be great to get more help with it!
Hel O'Ween
Men On A Mission
#8 - 2015-04-22 15:22:37 UTC
I won't promise anything, but I at least fetched the repo yesterday.

But the XML endpoints page currently looks like a test for deciding what styles/formats to use. See the Blueprints endpoint, for example, which features two different table layouts with the same data. Who's gonna decide on that?

EVEWalletAware - an offline wallet manager.

Ortho Loess
Escalated.
OnlyFleets.
#9 - 2015-04-24 15:26:45 UTC
Final decisions all rest with foxfour. Generally though, he's happy to take whatever you actually come up with. (The things he's asked me to change have generally been typo's or how to represent particular names of things. The history of the comments on my PRs is on the repo.)

Some things it's good to talk over first. For that, the #devfleet channel on tweetfleet slack is great. FoxFour hangs out in there, and even uses it to get people to test stuff for him.