Tagged Questions
These questions are encouraged to follow the format mentioned in "How do I list my app here?"
1
vote
4answers
221 views
Is it really worth to (implicitly) discourage documentation of API/library usage nowadays already?
Update:
Kevin provided an answer, which, while adding something of value to the three related questions together (by naming the originating concern eventually), actually does not apply to the ...
11
votes
0answers
451 views
What is SOAPI and why should I care?
Let me answer the last question first:
Why should you care?
You shouldn't care unless
you are a .NET or JavaScript coder who can leverage robust client access libraries for the Stack Exchange API ...
2
votes
2answers
212 views
What is the throttle interval or threshold?
Resolution:
I have confirmed that a constant interval of 170 ms will run without error.
// 30 per 5 sec = 6 per sec = interval 166.6 ms
Soapi.RequestQueue.setInterval(170);
...
2
votes
3answers
424 views
BOUNTY: Build an app with Soapi.JS and gain praise and adulation. And some rep.
Bounty Contest:
Build anything using the Soapi.JS JavaScript wrapper and either post the code or a link to a live demo.
When the question gets old enough (7 days I think) I will click 'start a ...
2
votes
3answers
173 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 ...
2
votes
1answer
111 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, ...
23
votes
0answers
1k views
List of API client libraries grouped by programming language
I think it would be a great idea if we kept a list of wrappers/libraries that are being created or that we would like to see created.
That way, if anyone needs a library to use or an idea of what to ...
3
votes
2answers
112 views
MetaStackApps: “Library” Tab
Not sure if this is appropriate here (no Meta site yet), but here goes...
I think it'd be a good idea to have a "Library" navigation tab (next to the "Apps tab"), so that people can easily see ...
10
votes
1answer
248 views
Are wrappers considered applications?
I went to get an API key for my StackOverflow C++ wrapper, and discovered that this involves registering an "application".
Does the wrapper count as an app?
29
votes
2answers
4k views
How to list your application/library/wrapper/script here
If you've created an application, script, or library for use on the Stack Exchange network, that's fantastic!
Now publicize it by creating a question with the correct tag:
app ...