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.
 

EVE API Calllist

Author
Angmar Udate
#1 - 2011-09-18 20:29:57 UTC
In response to in particular this post in the old forum by CCP Stilman where he mentions the calllist.xml.aspx

* Is it possible to add the actual API urls to the list?
* Could you add the calls that do not require a key to the list?


That would make it possible to have the lower API layer dynamically support all possible API calls instead of me hardcoding all possible urls and their accessmasks (or link them to this list). As a bonus, provided CCP is so kind to keep the list up to date (or nicely generate it themselves), it would automagically support future changes.



/lazy
Johnathan Roark
Quantum Industries
#2 - 2011-09-19 04:08:28 UTC
Angmar Udate wrote:
In response to in particular this post in the old forum by CCP Stilman where he mentions the calllist.xml.aspx

* Is it possible to add the actual API urls to the list?
* Could you add the calls that do not require a key to the list?


That would make it possible to have the lower API layer dynamically support all possible API calls instead of me hardcoding all possible urls and their accessmasks (or link them to this list). As a bonus, provided CCP is so kind to keep the list up to date (or nicely generate it themselves), it would automagically support future changes.


As for the URLs I was going to say that with the type and name you could get the proper URL, but characterInfo is in the wrong section for that to work. Its in eve instad of char where it should be.

EVEVERIFY - A recruiting API Verification and Audit Tool

Also try out Yapeal for your php api needs

Lutz Major
Austriae Est Imperare Orbi Universo
#3 - 2011-09-19 09:32:27 UTC
I'd rather like to see the paths /char/ or /corp/ completly gone.
With the CAKs the system knows what type the request is anyway.