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 Alliances output changed?

Author
Icahmura Hasaki
Perkone
Caldari State
#1 - 2015-03-17 13:40:02 UTC
Did the CREST AllianceCollection output change?

The current format of a collection entry is
{
"href": {
"id_str": "99000006",
"shortName": "666",
"href": "https://public-crest.eveonline.com/alliances/99000006/",
"id": 99000006,
"name": "Everto Rex Regis"
}
},

which wraps the entry in an additional object on a href property, compared to other collections. I'm pretty sure it used to be

{
"id_str": "99000006",
"shortName": "666",
"href": "https://public-crest.eveonline.com/alliances/99000006/",
"id": 99000006,
"name": "Everto Rex Regis"
},

I'm almost certain this has changed, but the resource version has remained the same. Can anyone confirm?

Developer of EveLib and EveAuthUtility

Dragonaire
Here there be Dragons
#2 - 2015-03-17 15:34:40 UTC
Make sure you manually try downloading the data as well and it's not a side effect of something on your end. If it does seem to be coming directly from CCP that way I'd bug report that one as I'm sure someone has broke something if all the ones you are seeing look that way.

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

Icahmura Hasaki
Perkone
Caldari State
#3 - 2015-03-17 15:42:00 UTC
I'm just looking at the json returned here https://public-crest.eveonline.com/alliances/
I just want to make sure it's actually been changed before reporting

Developer of EveLib and EveAuthUtility

Kali Izia
GoomWaffe
#4 - 2015-03-17 19:10:41 UTC
It hasn't changed, my code is still working and has it being in a href the whole time.

The content type header doesn't indicate there have been any version changes either.
Tophat Andy
Deep Core Mining Inc.
Caldari State
#5 - 2015-03-17 21:17:26 UTC
Regardless of whether it changed or not, it does seem weird that they're wrapped into a seemingly arbitrary href object, especially since that doesn't seem to be the case in any other collection I recently checked.
Icahmura Hasaki
Perkone
Caldari State
#6 - 2015-03-18 00:37:34 UTC
Yeah, it has broken EveLib, and I'm pretty sure my implementation was working when I wrote it 5 months ago. Now I'm forced to customize the parser for this one, which is pretty annoying.

Developer of EveLib and EveAuthUtility