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.
Previous page123Next page
 

Devsite blog: CREST Updates For January 2016

First post First post
Author
Querns
Science and Trade Institute
Caldari State
#21 - 2016-01-13 19:01:03 UTC
CCP FoxFour wrote:
Ah content type. I always forget about that as Postmand and the libraries I use set that. :(

Shegox Gabriel wrote:
Otherwise i found not in the Read or Write is folders, is it able to post to folders ?


Sorry I don't understand the question.

I think he means labels.

This post was crafted by the wormhole expert of the Goonswarm Economic Warfare Cabal, the foremost authority on Eve: Online economics and gameplay.

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#22 - 2016-01-13 19:14:25 UTC
Ortho Loess wrote:
We've talked it over on tweetfleet slack (#devfleet) and it looks like the problem is that you're not sending a content type header.

Credit goes to Robert Schuh.

Try adding a header of

Content-Type: application/json


If that doesn't work, Steve Ronuken thinks it may be that you're sending it as a random post field, rather then the body



In this case, I'm an idiot, who hadn't read the curl docs enough P

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Shegox Gabriel
Liga Freier Terraner
Northern Coalition.
#23 - 2016-01-13 19:36:36 UTC
Yeah, sorry i mean labels (in which you organise the contacts).

F.e. i want to create a contact with in a label f.e. My Alts.
Paxswill
Center for Advanced Studies
Gallente Federation
#24 - 2016-01-14 00:28:37 UTC
Could the region reference in constellation responses have id/id_str added to it? Like the diff here: https://gist.github.com/paxswill/23283453be15f8cd0746/revisions?diff=unified
Arrek Lemmont
Center for Advanced Studies
Gallente Federation
#25 - 2016-01-14 18:58:55 UTC  |  Edited by: Arrek Lemmont
I see some comments about problems with getting the pilot's current location.

I don't see a response to my question about GETting the autopilot route. Was that already possible? Or is it coming with these changes?
CCP FoxFour
C C P
C C P Alliance
#26 - 2016-01-14 19:35:56 UTC
Arrek Lemmont wrote:
I see some comments about problems with getting the pilot's current location.

I don't see a response to my question about GETting the autopilot route. Was that already possible? Or is it coming with these changes?


That will not be happening. The auto pilot route is not ever sent to the server.

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.

Aineko Macx
#27 - 2016-01-15 13:07:23 UTC  |  Edited by: Aineko Macx
I'd like to request a new endpoint that lists the available authentication scopes plus their description. This would allow us to make our refresh token fetching scripts dynamically list the possible scopes to request, for instance.

Another thing that you might consider:
Currently authenticated and un-authenticated CREST do not have hrefs sending a client to the other, even when it would make sense or be necessary. For instance, when we follow a link on public crest to a resource that requires auth, that href should be to authed CREST (also some meta-data listing the required scope would be nice), and vice-versa, a link on authed CREST to a resource that doesn't require auth should point to public CREST.
I do this in code now by replacing base domains depending on scope, but with the hrefs you already have the infrastructure in place to do this elegantly.
Querns
Science and Trade Institute
Caldari State
#28 - 2016-01-16 20:48:37 UTC
Question: Is there a reason the OPTIONS method doesn't work for https://public-crest.eveonline.com/ ?

This post was crafted by the wormhole expert of the Goonswarm Economic Warfare Cabal, the foremost authority on Eve: Online economics and gameplay.

CCP FoxFour
C C P
C C P Alliance
#29 - 2016-01-18 08:45:31 UTC
Querns wrote:
Question: Is there a reason the OPTIONS method doesn't work for https://public-crest.eveonline.com/ ?


I don't know why it was setup like that. I will actually be killing off public CREST at some point in the next few months and just doing what every other HTTP API does and make resource that don't require authentication work without authentication in CREST.

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.

Louis Vitton
Viziam
Amarr Empire
#30 - 2016-01-18 21:21:25 UTC
I think he wants to add a label when he posts......Maybe?
AchillesSR
Deep Core Mining Inc.
Caldari State
#31 - 2016-01-23 15:47:27 UTC
Is it possible to use different scopes in one session? Like both characterContactsWrite and characterContactsRead?
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#32 - 2016-01-23 20:20:24 UTC
AchillesSR wrote:
Is it possible to use different scopes in one session? Like both characterContactsWrite and characterContactsRead?



Yes. Request them as a comma separated list (iirc), when you do the auth.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Zappity
New Eden Tank Testing Services
#33 - 2016-01-24 01:22:12 UTC  |  Edited by: Zappity
Fozzie talked about a nerf to watchlists ages ago (https://forums.eveonline.com/default.aspx?g=posts&m=5743853#post5743853). The automation this allows is a buff. What gives?

Zappity's Adventures for a taste of lowsec and nullsec.

Jack Hayson
The Scope
Gallente Federation
#34 - 2016-01-24 11:55:46 UTC
Steve Ronuken wrote:
AchillesSR wrote:
Is it possible to use different scopes in one session? Like both characterContactsWrite and characterContactsRead?



Yes. Request them as a comma separated list (iirc), when you do the auth.


space separated
AchillesSR
Deep Core Mining Inc.
Caldari State
#35 - 2016-01-24 12:17:19 UTC
Jack Hayson wrote:
Steve Ronuken wrote:
AchillesSR wrote:
Is it possible to use different scopes in one session? Like both characterContactsWrite and characterContactsRead?



Yes. Request them as a comma separated list (iirc), when you do the auth.


space separated


Right. Thanks.
Kojee
Safety Set To Red
Train Wreck.
#36 - 2016-01-30 03:11:40 UTC
What about the rest of inherited contacts, like contacts I get from my corp or alliance? Any idea on when those endpoints will be available?
Arrek Lemmont
Center for Advanced Studies
Gallente Federation
#37 - 2016-02-09 03:46:14 UTC
CCP FoxFour wrote:
Arrek Lemmont wrote:
I see some comments about problems with getting the pilot's current location.

I don't see a response to my question about GETting the autopilot route. Was that already possible? Or is it coming with these changes?


That will not be happening. The auto pilot route is not ever sent to the server.

Well I'll just register my opinion that this would be a boon, enabling display of the current autopilot route on a site like maps.dotlan.
CCP FoxFour
C C P
C C P Alliance
#38 - 2016-02-10 08:29:35 UTC
Kojee wrote:
What about the rest of inherited contacts, like contacts I get from my corp or alliance? Any idea on when those endpoints will be available?


No ETA at this point in time.

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.

Julian Aldurald
Posh Wankers
#39 - 2016-02-16 18:33:07 UTC
AchillesSR wrote:
Jack Hayson wrote:
Steve Ronuken wrote:
AchillesSR wrote:
Is it possible to use different scopes in one session? Like both characterContactsWrite and characterContactsRead?



Yes. Request them as a comma separated list (iirc), when you do the auth.


space separated


Right. Thanks.

@CCP I searched for this everywhere :D that would be awsome to have noted in your docs :)
CCP FoxFour
C C P
C C P Alliance
#40 - 2016-02-16 19:48:59 UTC  |  Edited by: CCP FoxFour
Julian Aldurald wrote:
AchillesSR wrote:
Jack Hayson wrote:
Steve Ronuken wrote:
AchillesSR wrote:
Is it possible to use different scopes in one session? Like both characterContactsWrite and characterContactsRead?



Yes. Request them as a comma separated list (iirc), when you do the auth.


space separated


Right. Thanks.

@CCP I searched for this everywhere :D that would be awsome to have noted in your docs :)


That is standard OAuth2. :)

Not saying it shouldn't be in the docs, but that is why it wasn't put in.

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.

Previous page123Next page