Quantcast
Channel: OBSOLETE - Soapi.JS : fluent JavaScript client library for the Stack Exchange API - Stack Apps
Browsing latest articles
Browse All 16 View Live

Answer by Nathan Osman for OBSOLETE - Soapi.JS : fluent JavaScript client...

I was a little too lazy to read through everything on this page...Does Soapi.JS slow down requests to prevent 503 errors when necessary?If not, would you add that code if I wrote it?

View Article



Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

VectorizedIdListMany routes accept a 'vectorized list of identifiers'. This allows you to retrieve data for multiple items and helps maximize efficiency and performance.The problem is that the...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Paging OperationsThe majority of operation against the API involve paging operations.Most of the work and complexity of dealing with paged results have been encapsulated by the Route.GetPagedResponse()...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Throttled Request QueueTo provide transparent compliance with the throttle limite, Soapi.js includes an integrated throttled request queue.The queue is integrated into the library and is transparent,...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Request CachingIn the interest of application performance and to prevent inadvertent api 'abuse', Soapi.js includes an integrated request cache that stores the results of each unique request url for a...

View Article


Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Packaging Soapi.jsThe process of packaging Soapi.js for distribution may be of interest to users of Soapi.js as well as others interested in using Visual Studio to automate the build and packaging of...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Date HandlingAs of RC2, Soapi.js is Dates in, Dates out. No more dealing with unix timestamps.This includes input parameters, todate, fromdate, min and max (when applicable) and all response object...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Complete Route ListingThe RouteFactory's factory methods are consistently and intuitively named by convention to make banging out code without intellisense code completion as painless as possible.Here...

View Article


Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

A: How do I get a question?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html...

View Article


Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

soapi.js vs soapi-vsdoc.jsWhile the -vsdoc.js is quite large, it is never served. It is, if you are using Visual Studio, used to provide intellisense services, otherwise you may either delete it or...

View Article

Image may be NSFW.
Clik here to view.

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Visual Studio JavaScript Intellisense and Code Completion SupportOverviewIncluded in the .zip is soapi-vsdoc.js. This file contains JavaScript code documented following the Visual Studio JavaScript...

View Article

Image may be NSFW.
Clik here to view.

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Enumerated Constants, or enums, in Soapi.jsThe advantages of using enums include the elimination of magic strings scattered about your codebase and the ability to update all references to an enum value...

View Article

Image may be NSFW.
Clik here to view.

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Routes: what are they and how to use themSoapi.js defines Route'classes' for each and every route, or URL, in the Stack Overflow API. A Route is primarily a 'class' off of which to hang the URL path...

View Article


Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Soapi.JS Usage IntroductionTo use Soapi.JS, simply include soapi.js in your document.e.g.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...

View Article

Image may be NSFW.
Clik here to view.

Answer by Sky Sanders for OBSOLETE - Soapi.JS : fluent JavaScript client...

Usage Example: Stack Exchange Site MonitorJavaScript Site Monitor in 20 lines of code or less....Demonstrates the use of Soapi.js to query stackauth.com to get an up-to-date list of Stack Exchange...

View Article


OBSOLETE - Soapi.JS : fluent JavaScript client library for the Stack Exchange...

OBSOLETEThis library uses the old API, and the soapi.info domain doesn't work anymore. There's still an archive on CodePlex.Soapi.jsIf you are looking for a full featured, compact JavaScript client...

View Article
Browsing latest articles
Browse All 16 View Live




Latest Images