All Questions
1
vote
0answers
250 views
A Grails application demoing the Stack Exchange API
Screenshot / Code Snippet
About
I created this mostly for fun, with a little bit of learning thrown in. It's a
super-simple implementation of a client for the Stack Exchange API written in Grails.
...
4
votes
3answers
139 views
How do I get the ten reputation required to post an image for my app?
Funny that in order to enter and include a screenshot, you need ten reputation points. Go figure.
2
votes
3answers
192 views
Best way of structuring a library?
I am busy building an app using the API and I am about to start to work with the API.
I have looked at the one other PHP library, and it is one object with method calls which return back a ...
5
votes
3answers
305 views
Get Site Icon or Icon Url
Is there a way to get the icon or the IconUrl of the site so I can put it in my app like the DisplayName?
4
votes
2answers
101 views
Add optional parameter to get only paging information?
On methods that support total/page/pagesize add an optional parameter to get just those fields when making a request. (pageInfo=true).
I am thinking specifically in apps that have real-time like ...
3
votes
1answer
74 views
Add moderator-only flag to tags API?
Currently there is no way to distinguish between normal and moderator only tags.
3
votes
3answers
152 views
Negative voting questions?
I'm trying to, for humorous purposes, check out some of the worst scoring questions ever on SO.
I'm pretty much expecting them to all be "heeeeelp homework" or "plz send me teh codez" or something to ...
8
votes
1answer
106 views
Will there be a “last call” when the API is about to be released?
I understand the contest ends when version 1.0 of the API will be released, but will there be any indication when this time comes? So that you know you can allocate one last weekend for final fixes?
1
vote
3answers
135 views
API not returning anything near the actual website
The API /questions page is not returning anything like the list of questions on the actual SO site.
This is the first question of the 0.8/questions
{
"total": 705769,
"page": 1,
"pagesize": ...
2
votes
2answers
40 views
Should /badges/{id} returns users that have been awarded all badges or any badge in the list?
The current behavior of the list version of /badges/{id} is to return the users that have been awarded any of the badges in the list.
An alternative is to have the API to return the list of the users ...
2
votes
2answers
90 views
Why my /mentioned page return 404?
http://api.stackoverflow.com/0.8/users/213464/mentioned?type=jsontext
{
"error": {
"code": 404,
"message": "The server has not found anything matching the Request-URI."
}
}
Its ...
2
votes
1answer
58 views
/users/{id}/badges - multiple identical results
Each badge returned in the list of results from /users/{id}/badges already contains an award_count indicating how many times the badge was awarded for the particular user attached to the badge. In ...
2
votes
1answer
51 views
Add information to badges/{id} method.
Currently, there is no practical way to retrieve badge information given its ID. I would like to see title and description added at the very least.
Current method for retrieving the data:
call the ...
4
votes
2answers
73 views
Possible bug in the help page?
There are some weird dot things in this help page:
http://api.stackoverflow.com/0.8/help/method?method=users/{id}/badges
What's up?
3
votes
1answer
90 views
Can we merge the 'library' and 'wrapper' tags?
There seems to be some fragmentation amongst the tags assigned to wrappers/libraries. Some have library, some have wrapper, and some have both.
If I'm not mistaken, they are the same thing. Can we ...
2
votes
3answers
2k views
iStack (iPhone app for Stackoverflow sites) - suggestions for UI
Well there's a much better and complete iphone app called six to eight by Adam Wright here: http://stackapps.com/questions/623/six-to-eight-an-iphone-client
(NB: this post did have an app but well, ...
2
votes
1answer
93 views
Top questions/answers
Is there a way to get a list of X questions/answers with the highest votes up, visits, etc?
Say I want to get the list of most voted questions in .NET category (tag) or Java.
Thank you.
0
votes
1answer
70 views
help page suggestion: /questions/tagged/{tags} - tags param clarification
Method removed
it is not clear what a 'list' of tags looks like.
does this parameter follow the semicolon seperated list format of the id param?
is it a comma separated list?
8
votes
2answers
135 views
Plans to expose details from the “accounts” tab of the user page?
One thing that I noticed was missing from the /users/ api was an ability to see what other StackExchange sites the user is associated with (what's usually available from the "accounts" tab of the user ...
4
votes
1answer
89 views
api.stackoverflow/0.8/questions now gives answers as well by default?
Up till now the /questions page hasn't given the answers to the question, you'd have to get the question ID and then use that to get the answers to the question. This means the size of the JSON file ...
1
vote
1answer
64 views
/users/{id}/tags - broken
looks like touching the id parameter description broke the internet.
http://api.stackoverflow.com/0.8/users/242897/tags
should/was working
6/1/2010 -1:11AM - working
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
54 views
help page suggestion: json results for help pages
it would simplify machine reading if we could apply type=jsontext to api-help pages, including the index.
update
...
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.
1
vote
1answer
51 views
help page suggestion: exemplars - working example urls for each route
It would take a lot of the guess work out of sussing the api if each route's page provided a small handful of working urls.
This would also serve to provide an authoritative result exemplar.
0
votes
1answer
26 views
help page issue: revisions by revisionguid example needed
/revisions/{id}/{revisionguid} - usage of this route is not clear to me.
can someone provide a working url and perhaps a simple use case.
1
vote
1answer
33 views
help page format issue: missing parameter
/users/{id}/tags is missing id parameter
fixing this will remove one more special case from my parser.
0
votes
1answer
32 views
help page format issue: revisionGuid
http://api.stackoverflow.com/0.8/help/method?method=revisions/{id}/{revisionguid}
revisionGuid is inconsistent.
revisionguid seems appropriate (and will remove one special case from my api parser).
0
votes
1answer
30 views
Favorites api gives wrong results when sorted by added
For example, please compare http://api.stackoverflow.com/0.8/users/111391/favorites?sort=added with ...
2
votes
2answers
60 views
What will be rate-limit of two different applications with two valid API keys from same IP?
What will be rate-limit of two different applications with two valid API keys from same IP?
Will it be only one of the Key will use? so maximum 10k?
Will rate-limit be 20k?
When one key API key ...
5
votes
2answers
193 views
What is the Errors endpoint used for?
I am trying to figure out what the errors endpoint is used for, so I can I can implement it in my API.
I have been trying things like:
http://api.stackoverflow.com/0.8/errors/404
...
6
votes
2answers
344 views
Acceptable Use of Copyrighted Logos/Names?
Are any/some/all of the following considered acceptable use of the site names and logos?
I know that there is no "official policy" yet regarding this, but I figured I would show some examples of what ...
4
votes
2answers
139 views
Get a user's “interesting tags”
The current implementation of the API does not provide a way for us to fetch a user's "interesting tags". The /users/{id}/tags unfortunately returns all tags a user has participated in, which I'm not ...
3
votes
1answer
31 views
Minor typo on help page
On the API Routes help page, this:
/users/{id}/favorites Gets summary information for the questions that have been favorited a set of users.
should probably be:
/users/{id}/favorites Gets ...
2
votes
3answers
214 views
Can there be a way to find a user given his email hash?
Given a user's email, it would be great if we could hash it and search for that user with it.
The reason for this is suppose:
Someone has a website
On that website, they invite SO users to enter ...
1
vote
0answers
146 views
Any CSS ninjas want to help me style my sample app?
I really am horrible at CSS. I am making a SO clone example application that will eventually consume as much of the StackOverflow.Net API as possible. Although it is a clone, I am not expecting it to ...
1
vote
2answers
67 views
Where to Host applications installer
Hi, Any one knows a place to host my app installer? any recommendation, I am creating my website and will put it there but before I have my site i need to put it some where so you guys can test it.
1
vote
1answer
64 views
Can we have all possible closed reasons in help page?
Can we have all possible closed_reasons in help page and if possible, closed_reason_id, too?
For example
closed_reason_id=1, closed_reason="exact duplicate",
closed_reason_id=2, ...
42
votes
11answers
4k views
Soapi.CS : A fully relational fluent .NET Stack Exchange API client library
Soapi.CS for .Net / Silverlight / Windows Phone 7 / Mono
as easy as breathing...:
var context = new ApiContext(apiKey).Initialize(false);
Question thisPost = context.Official
.StackApps
...
2
votes
1answer
120 views
Guidance on usage thresholds - specifically throttling
I am running a lot of tests and have started to get 403 errors.
I am using a key and certainly have not exceeded my quota.
Am I running foul of some yet unmentioned throttling threshold and if so, ...
8
votes
2answers
2k views
Rep Change Notifier for Android
About
Just a simple Python script I threw together to notify me through my Android phone if my reputation is changed. I created it for my own personal use but figured I might as well throw it out ...
0
votes
3answers
97 views
Retrieving a user's recent information
Is there any way to get the equivalent of the user's recent information on the site? I can see it's possible with the API but would involve a lot of hammering of the API.
Edit: here's an example of ...
2
votes
3answers
132 views
display_name isn't always there (should have OpenID name if needed)
usually in the owner dictionary there is a display_name value to give the username. But in a few questions it simply doesn't exist and I can't see why only those questions: eg, this excerpt from the ...
1
vote
1answer
51 views
The user and owner objects appear to be optional in the question timeline result.
This is probably just a simple documentation fix and not really a bug. The doc for the /questions/{id}/timeline method says that the user and owner objects are not optional, but they aren't always ...
2
votes
1answer
54 views
The users/{id}/timeline method is returning an extra result.
The users/{id}/timeline method is returning 31 results by default, and one more result than specified by the pagesize parameter.
Example:
...
1
vote
1answer
41 views
Post body is optional field in questions method?
"body": {
"description": "body of this post",
"values": "string",
"optional": true
},
Post body is optional field in questions method? Shouldn't all the posts have body field?
1
vote
2answers
84 views
Can we have maximum length of string in API help pages?
For the type "string", I think there is some upper limit of character count.
For example,
post title : 200 characters
post body : 30000 characters
In the help page, currently like this
"body": {
...
4
votes
3answers
199 views
Can we get a sandbox please?
I think that we should have some sort of a sandbox site where we can posted questions, answers and mentions in a control environment.
Currently I'm wokring with StackOverflow but I can post "test" ...
4
votes
1answer
562 views
StackScript JavaScript Wrapper
Code Snippet
Demonstrates the StackUser class:
// Global object
var ss = new StackScript('');
function GetInfo()
{
// The provided callback will be called
// when the data arrives
var ...
0
votes
1answer
73 views
How to sort answers to question?
If I retrieve a question like so:
http://api.stackoverflow.com/0.8/questions/1429951&sort=votes
I expect the answers to be sorted by votes, but they're not.
How can I do this?