| bio | website | mylesgray.com |
|---|---|---|
| location | Belfast, United Kingdom | |
| age | 22 | |
| visits | member for | 2 years, 3 months |
| seen | Mar 28 '11 at 0:58 | |
| stats | profile views | 8 |
|
Mar 19 |
comment |
Please add “total votes on questions” and “total votes on answers” into /user/{id} API Other than tracking badge progress what benefit do: creation_date, last_access_date, up_vote_count, down_vote_count have?
I like statistics and this is just another one that is nice to have, are there and real adverse reasons not to include the above methods in the API? |
|
Mar 10 |
comment |
OR operator for StackOverflow API thanks! I started implementing a /questions parser anyway :) |
|
Mar 10 |
comment |
OR operator for StackOverflow API @KevinMontrose Oh I see, the index is linked to the /search? Where as /questions is linked to the actual questions posted before and after they are indexed? - I've been using the Last.fm API recently and as such I'm used to instantaneous polling from data submission to API serving. |
|
Mar 10 |
comment |
OR operator for StackOverflow API @KevinMontrose Then how come I get very different results with /search than /questions, Like on /search I get a range of delays from about 5-15minutes after a question is posted, where as on the /questions route, with an appropriately dated fromdate I can get questions seconds old, Where as on /search even with the fromdate calculated the same way - not the same results (please don't change this - it will break instant notifiers like Newt) |
|
Mar 10 |
comment |
OR operator for StackOverflow API @KevinMontrose I would like to know that too, Why is /questions more "live" than the /search method? |
|
Mar 9 |
comment |
OR operator for StackOverflow API @KevinMontrose - It seems that my only option then is to use /questions get ALL questions in the last minute or so and then filter them as the caching is killing the updating of my results? |
|
Mar 8 |
comment |
OR operator for StackOverflow API @patrickdw no problem :) I've asked for it to be moved again |