Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.
0
votes
1answer
35 views
/questions/unanswered and /tags allow id parameter, but it does nothing
The /questions/unanswered and /tags queries both document (as required) and allow an "id" parameter. You can use it as /questions/unanswered?id=1;2;3, but it does nothing (that I can tell) and doesn't ...
8
votes
1answer
234 views
Keep getting HTTP 406
Not sure if this is a user or an API problem, but I keep getting HTTP 406 Not Acceptable when making API calls (for example http://api.stackoverflow.com/0.8/stats) from either IE 8 or Chrome 6.
Here ...
2
votes
2answers
248 views
Key Limit is 10k or 100k?
Getting Started FAQ Question says 10k
http://stackapps.com/questions/2/getting-started-with-the-api
But I see 100k on Response Header
X-RateLimit-Max 100000
X-RateLimit-Current 99993
Just typo in ...
1
vote
1answer
117 views
questions/{id} API method: pagesize parameter?
I'm trying to get the lightest data about a given question id because i just need the question's title.
With this call:
http://api.stackoverflow.com/0.8/questions/1598715?pagesize=1
i get ...
6
votes
1answer
105 views
Support - Another thing from Meta
We really need to have the support tag as a required tag.
Why? Well...
http://stackapps.com/questions/87/what-is-the-syntax-for-specifying-parameters
...
2
votes
1answer
144 views
Make www a subdomain.
Try going to
http://www.stackapps.com
Apparently www is not a subdomain of stackapps.com
Anyone who tries to get to the site by prepending the www will be confused, as it is standard to point that ...