Tagged Questions
5
votes
1answer
106 views
Site in closed beta but api working
Hello,
Webapps has been added yesterday, website is in closed beta and it's not possible to see something on the website when you are not logged.
But if you use the API you can get information.
...
-1
votes
1answer
150 views
why is badge counts a nested structure?
conclusion
a very short dialog with systempunotout showed me that I could look at this another way that makes a nested structure make perfect sense.
the q remains for reference.
This should be ...
1
vote
1answer
45 views
redundant data in users
this is an example of truly redundant data. the paths are documented. they don't need to be included in the results.
"user_questions_url": "/users/22656/questions",
"user_answers_url": ...
0
votes
1answer
31 views
redundant question fields
These are simply pointing to known endpoints. This is truly 100% redundant data.
"question_timeline_url": "/questions/3078600/timeline",
"question_comments_url": "/questions/3078600/comments",
...
5
votes
3answers
166 views
API having more rights than a 0 rep user.
The fact that the API has total_upvotes and total_downvotes makes the fact that you need 1000 rep on the sites a bit weird. Are there more things that the API knows by default, which you can only ...
3
votes
3answers
69 views
Are these fields redundant?
Why do we have total_upvotes + total_downvotes as well as score?
Doesn't
score = total_upvotes - total_downvotes
Is this always true? If so, isn't it redundant?