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.
 

Looking for an API Tool

Author
Helican Vamberfeld
Federal Navy Academy
Gallente Federation
#1 - 2013-12-26 18:07:01 UTC
That will simply tell me whether a key is a single character, corp or all characters key type. I am certain one is already made as I have used it before i just cannot find it anymore after a computer crash.

Any help help would be greatly appreciated.
Rob Crowley
State War Academy
#2 - 2013-12-27 08:47:17 UTC
You don't really need a tool just for that, you can just pop the following link in a browser of your choice:
https://api.eveonline.com/account/APIKeyInfo.xml.aspx?keyID=XXX&vCode=YYY

Replace XXX with the API key, and YYY with the passcode and the "type" field will tell you which type of key it is.

Apart from that I guess most tools using the API have some kind of API key management that would show you the key type, I know EveHQ does and I'm sure most of the other usual suspects do too, but if key type is all you're interested in that's a lot of overhead compared to just using the API directly in a browser.
Talos Katuma
Helion Production Labs
Independent Operators Consortium
#3 - 2013-12-27 12:21:57 UTC
If you want to create something in your application, something like pheal is very handy: https://github.com/3rdpartyeve/phealng
If you simply want to check by hand use the link from above or even evemon can do it (Tools, API Tester)