Tagged Questions
1
vote
1answer
14 views
The “Get Started” section in the sidebar only mentions API 2.0 and API 1.1
Now that API 2.1 is "public, frozen, and out the door" shouldn't we update the "Get Started" section in the sidebar on the right side of the screen.
It talks about API 2.0 and API 1.1 but doesn't ...
4
votes
2answers
62 views
Documentation sorted by return type
Right now the documentation is pretty terribly organized. For example, consider the things under the "Users" heading:
/users => returns Users
/users/{ids} => returns Users
/users/{ids}/answers => ...
2
votes
1answer
22 views
Get a list of required tags for site
How can I get the tags which are required, (fulfills_required = true) for each site?
Like order/filter the tags route to show the fulfills_required tags first?
21
votes
3answers
245 views
Changing the display of the apps tab
We're looking at changing the front page of Stack Apps to look more like a proper app "marketplace" and less like a run of the mill Stack Exchange site.
Proposal (third draft)
This would replace
...
2
votes
0answers
101 views
Let's delete the off topic questions?
There's like 5 in the top few of the front page and it's a little annoying as they get in the way so can a mod just delete them they serve no useful purpose.
2
votes
2answers
57 views
Provide a way to discover associated meta sites
Currently, the API doesn't specify what the associated Meta site is for a certain site (I'm talking about the stackauth.com/1.0/sites route). Sure, we could just prepend "meta." to the domain name, ...
14
votes
1answer
135 views
Can we get access to key-usage metrics?
Will developers ever get a chance to see how often their app key is being used?
Or how many unique IPs are used the key?
Or any other random metrics that might be interesting?
8
votes
1answer
304 views
How to batch up multiple id requests to maximize economy and still avoid (400) Bad Request [closed]
Update:
All of our grumblings and the unbearable beauty of our workarounds resulted in this issue being fixed last week.
You can now send 100 id in one request and receive 100 responses.
See ...
2
votes
1answer
87 views
help page suggestion: indication of integral values vs real numbers
number is an very ambiguous term.
It would be helpful if there was an indication of values that can return as non-integral.
In a javascript context this is not an issue, but most devs, myself ...
1
vote
1answer
65 views
help page suggestion: position required parameters at top
in the case of id, it is now placed at the bottom of the page.
It makes sense to place required parameters at the top of the page with a slight separation, perhaps an <hr> or an icon.
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 ...