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 characterSkillsRead

Author
Jake Chely
Star Nation
Goonswarm Federation
#1 - 2016-05-12 22:14:45 UTC
Hi.

I'm trying to use one of the new CREST scopes : characterSkillsRead.

So I made a GET request with the accesstoken I get from SSO authentication and the scope: characterSkillsRead to the following url :
https://crest-tq.eveonline.com/characters/95015711/skills/

It didn't work.
So I tried a GET request to :
https://crest-tq.eveonline.com/characters/95015711/
I got a list of all available endpoints.

Standings, contacts, fittings, etc...
But I couldn't find anything about skills.

Is it really possible to read skills through CREST and if so, which url should I use?

Thanks
Carbon Alabel
Gemini Talon
The Curatores Veritatis Auxiliary
#2 - 2016-05-12 22:33:22 UTC
That is one of the new scopes which can only be used with the XML API. The one you are talking about is meant to be used with https://api.eveonline.com/char/Skills.xml.aspx
Jake Chely
Star Nation
Goonswarm Federation
#3 - 2016-05-12 22:48:11 UTC
Yes, I read the patch note again and just figured that out.
I was about to delete post. It's working now.

Thanks for your reply.