Questions tagged [library]

Use this tag to POST, or announce, libraries which provide access to the Stack Exchange API and/or Stack exchange sites. The body of the question will give usage examples, as well as source and licensing details.
For general questions use the [libraries] tag instead. For questions about a specific library, post an "answer" to that library's "question" announcement.

Use this tag to POST, or announce, libraries which provide access to the Stack Exchange API and/or Stack exchange sites. The body of the question will give usage examples, as well as source and licensing details.

We recommend using the format mentioned in "How do I list my app here?"


For general questions use the [libraries] tag instead.

For questions about a specific library, post an "answer" to that library's "question" announcement.


Note that Stack Apps is a special site:

  • Questions are also used as "product" pages for user-developed scripts apps, and libraries.
  • Answers, to such questions, are also allowed to be bug reports, feature-requests, and questions about the respective script, app, or library.
69 questions
22
votes
1 answer

StackLINQ: A StackExchange LINQ Provider

Screenshot / Code Snippet var questions = from q in ctx.Questions where q.OwnerID == 34796 select q; var multiQuestion = from q in ctx.Questions where q.QuestionIDList == new[] { 369558, 936804 } …
Dave Swersky
  • 3,102
  • 15
  • 13
5
votes
1 answer

Calling SE APIs with Nushell (basic overview)

While I still prefer a more "traditional" shell for day-to-day use, I'm finding Nushell's structured data capabilities to be a fantastic companion to the SE API (among others). It's been months since I've used jq for processing JSON REST…
NotTheDr01ds
  • 251
  • 1
  • 5
3
votes
0 answers

Stack2XML - A JSON to XML Conversion Service

About Stack2XML is a web service that fulfills API requests on your behalf and converts the results to XML before returning it to you. The purpose of this service is to support those languages / environments where JSON support hasn't arrived yet or…
Nathan Osman
  • 23,286
  • 11
  • 60
  • 107
3
votes
0 answers

Tangoverflow - StackApps API using D with Tango

Screenshot / Code Snippet Not yet available. About So far, in commit #2, can successfully parse the statistics API into an object. I'll update more as I get more of the API done (but for now, I need to go take a bike ride and enjoy the outdoors a…
Mark Rushakoff
  • 2,091
  • 2
  • 13
  • 8
2
votes
1 answer

Helper module for SE API for Nushell

Following on from Calling SE APIs with Nushell (basic overview), I have developed a helper module for calling SE API's in Nushell. The library itself is short and included in the first answer. Usage is documented here. Note: Backoff support is…
NotTheDr01ds
  • 251
  • 1
  • 5