This tag indicates a proposal for a new feature for the Stack Exchange API, or a change to an existing feature.
2
votes
2answers
93 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": {
...
1
vote
1answer
70 views
Shouldn't there be a separate call for featured questions?
I find it rather peculiar that you can sort questions by featured. My arguments:
What does order mean in this case? It could mean the bounty amount (e.g. using desc would return the questions with ...
1
vote
1answer
64 views
Featured questions API
Can we get an API to get the list of featured questions (/questions/featured)?
0
votes
1answer
82 views
Add careers link and info to StackAuth
It might be nice to have access to a user's linked careers information via StackAuth if at all possible. One use I had in mind was integration into a sidebar widget.
0
votes
1answer
83 views
questions response missing fields
conclusion
never mind. the fields are marked as optional in the spec. it was late. sue me.
the q is left for reference
What is coming out:
{
"tags": [
"cakephp",
"fileupload",
...