API Development Stopped?

Avatar image for gpbmike
gpbmike

923

Forum Posts

1518

Wiki Points

0

Followers

Reviews: 0

User Lists: 13

#1  Edited By gpbmike

I was messing around with the API today and it seems like some basic sort/filter functionality is missing. Are you guys still working on the API or have you moved on to other things?

Avatar image for zaph
Zaph

309

Forum Posts

5166

Wiki Points

0

Followers

Reviews: 0

User Lists: 7

#2  Edited By Zaph

I believe they're most definitely still committed to their API but Jeff has mentioned a few things recently...
 
From what I remember the developers (aka dudes upstairs) are in the middle of

  • 'White' Giant Bomb (for the crazy folks who like to be blinded while browsing)
  • Front page facelift (bring back most popular! Although it was somewhat sad to see sex related entries dominate all the top spots along with the crazy popularity of  Gemma Atkinson)
  • Search improvements
  • PS3 Achievements
  • Other stuff they're not ready to talk about yet
 
Also bear in mind that they've just got done redoing the awesome Editor and bringing back Lists.
 
I'm sure API improvements are coming but there's no doubt Whiskey Media sites come first - they pay the bills.
Avatar image for lordandrew
LordAndrew

14609

Forum Posts

98305

Wiki Points

0

Followers

Reviews: 0

User Lists: 36

#3  Edited By LordAndrew

I don't think development of the API is really a priority right now. There have been things that were supposed to be fixed "tomorrow" but never got done, or perhaps were just never made live. Plus, Comic Vine's movies are not yet searchable nor have they been made available to the API, which seems like a huge oversight.
 
Unfortunately, all I can really recommend is that you attempt to implement the missing features into your program yourself using the data that the API does provide. It's not terribly convenient, but it's better than nothing

Avatar image for gpbmike
gpbmike

923

Forum Posts

1518

Wiki Points

0

Followers

Reviews: 0

User Lists: 13

#4  Edited By gpbmike

I don't mind the API missing features, but the documentation should reflect those absences, not pretend they're there. The examples in the documentation don't even work. :(

Avatar image for andy
andy

445

Forum Posts

298

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#5  Edited By andy
@gpbmike: What features in the doc don't work as expected?
Avatar image for gpbmike
gpbmike

923

Forum Posts

1518

Wiki Points

0

Followers

Reviews: 0

User Lists: 13

#6  Edited By gpbmike

Hey Andy, this is the example under List Resource Requests
 
http://api.giantbomb.com/characters/?api_key=ABCDEF123456&gender=M&sort=birth_date&format=xml  
 
As far as I can tell, the gender and sort parameters don't do anything. 

Avatar image for andy
andy

445

Forum Posts

298

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#7  Edited By andy
@gpbmike: Perhaps it's not the best wording, but that section says: "Refer to the resource reference below for a list of fields that can be filtered and sorted", which is meant to say that the available sorting and filter options are detailed on each resource at the bottom of the docs.   For example, check out the "releases" list resource , which notes that the releases list resource accepts a "platforms" filter.
 
I'll admit, we have few options for filtering and sorting right now.  We'd like to address this, but need to hire some more folks.
Avatar image for gpbmike
gpbmike

923

Forum Posts

1518

Wiki Points

0

Followers

Reviews: 0

User Lists: 13

#8  Edited By gpbmike
@andy: Thanks Andy. I'll just work my way around it for now and leave room for improvement. :)