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.
 

Commands of CREST and XML-API???

Author
Paykoman
Space Colony
Synergy of Steel
#1 - 2015-02-25 19:39:18 UTC
Hello,

im read the developers section but i cant find a comand list not for CREST and not for the XML-API...

I have read the CREST can read and write but i can find examples codes, sad i find sad and difficult for start develop with apis :(


I hafe write an own little Framework / CMS and will now build a Corp site.
I need a function to get all charachters of an Account, i think i make it better over the XML-Api or? So can users add api an put this API-Datas to the account on webpage, and i can build the system for multiple Accounts so can a user more as one API add to the website account. I use for this better CREST or XML?

Than we hafe no Tax on Corp and will write a System to check Corp-finances to log pay-ins of member. What is better for this?

Paykoman
Paykoman
Space Colony
Synergy of Steel
#2 - 2015-02-25 23:41:59 UTC
Okay, for XML-Api i have Found this: http://wiki.eve-id.net/APIv2_Page_Index that is very fine =)

But not for CREST, here must give self instructions or not?
I think a Killboard or other canĀ“t released with XML... hmm =(
Need help!
salacious necrosis
Garoun Investment Bank
Gallente Federation
#3 - 2015-02-26 03:19:00 UTC
For the XML API, you'll want to use "NED": https://neweden-dev.com/Main_Page

There's also some CREST documentation there but you'll want to go to the dev site to put all the pieces together. That's here: https://developers.eveonline.com/

Look under "Resources".

Use EveKit ! - Tools for EVE Online 3rd party development

POS Trader
Merchants of Lore
#4 - 2015-02-26 17:26:56 UTC
Paykoman wrote:

I hafe write an own little Framework / CMS and will now build a Corp site.
I need a function to get all charachters of an Account, i think i make it better over the XML-Api or? So can users add api an put this API-Datas to the account on webpage, and i can build the system for multiple Accounts so can a user more as one API add to the website account. I use for this better CREST or XML?


See above for links. XML has different information than CREST. They are mostly complimentary at this time. XML is for private corp and character data. CREST is currently only for public EVE information only, so things like market data, server status, war details, information that can be found in the static database dump and the like.

CREST is supposedly a self-documenting REST API. So you'll have to query the endpoints and see what you get.