A question about the built-in API help pages at http://api.site.stackexchange.com/{version}/usage
1
vote
1answer
30 views
How do I find a user by their `display_name`?
I am using Serel (the Ruby wrapper) and would like to be able to find a user by their display_name.
As it stands right now, I can only find them via an ID - like Serel::User.find(1,2,3).
I tried ...
3
votes
0answers
38 views
Always show console on API docs
This script stops you having to click the "show console" button to test an API call.
Install - View Source
2
votes
0answers
30 views
Query Tag followers?
I was hoping to use the APIs to discover the number of questions for a given Tag as well as the number of followers. I found how to get the number of questions, but not the number of followers. On ...
2
votes
0answers
45 views
API Help Suggestion: /search - can we make tagged,nottagged description consistent with other list params
on most other params that accept a semi-colon delimited list we see
list of tags questions must have, semicolon delimited
A single primary key identifier or a vectorized, semicolon-delimited list of ...