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.
 

CREST guide?

Author
Denavit
The Scope
Gallente Federation
#1 - 2015-02-01 23:20:46 UTC
Any Crest guide? do i need to register my app for accesing it? i can´t seem to find a crest wiki or guide, on hoe does it work, how to make the request and, guide would be appreciated, thank you very much.

Dragonaire
Here there be Dragons
#2 - 2015-02-01 23:44:39 UTC
First place to start is here https://developers.eveonline.com/ as for docs there isn't much it's mostly figure it out on your own but there is some here https://neweden-dev.com

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Denavit
The Scope
Gallente Federation
#3 - 2015-02-04 00:25:02 UTC
yeah, but i cant find like the process to connect to crest and so, also how to build the petiton chain and so =/ , i hope someone could help. What im trying is to pull my character system location, thats all.
Kali Izia
GoomWaffe
#4 - 2015-02-04 11:28:33 UTC
CREST doesn't currently have any live endpoints that use your character data, so you can't use it to get your location. Right now it only has public data.

To get your location, you'll want to use the XML API which is well documented on New Eden Dev.
You could use CharacterInfo which will give you the station name if you're docked, or system name if you're in space.
Ortho Loess
Escalated.
OnlyFleets.
#5 - 2015-02-04 11:30:49 UTC
Location info is also available from IGB headers (e.g. Dotlan's radar functions).

Updates instantly, rather than cached, but has obvious disadvantages over API. Different use case.
Denavit
The Scope
Gallente Federation
#6 - 2015-02-05 21:26:10 UTC
thank you for all the responses! .