Quantcast
Channel: OBSOLETE - Soapi.CS : A fully relational fluent .NET Stack Exchange API client library - Stack Apps
Browsing latest articles
Browse All 12 View Live

Answer by Nathan Osman for OBSOLETE - Soapi.CS : A fully relational fluent...

I'm getting an error when using this code:Soapi.ApiContext context = new Soapi.ApiContext("...").Initialize(false);// Now we're going to make an attempt to retrieve some questions// from the...

View Article



Image may be NSFW.
Clik here to view.

Answer by chanchal1987 for OBSOLETE - Soapi.CS : A fully relational fluent...

So many documentations are missing... Please correct these.

View Article

Answer by makerofthings7 for OBSOLETE - Soapi.CS : A fully relational fluent...

MakerOfThings7:Why is SOAPICS GPL? That really limits it's usage. Can you change it to LGPL?http://soapics.codeplex.com/licenseMy application is proprietary, and the GPL license requires that I...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.CS : A fully relational fluent...

Soapi.CS - Full Parameter ParitySoapi provides full API coverage including parameters.[Test]public void info_param(){ // /questions SO.Questions // answers (optional) When "true", the answers to a...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.CS : A fully relational fluent...

Bulk Data ImportThis is a simple example of using Soapi.CS for bulk data importation.This sample creates/updates a SQLite database with the the complete profile of all Stack Exchange users with...

View Article


Answer by Sky Sanders for OBSOLETE - Soapi.CS : A fully relational fluent...

Building a simple app with Soapi.CSSuppose you would like to build a complete dataset containing all of your content and activity for all of your accounts on all Stack Exchange sites.You would need...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.CS : A fully relational fluent...

Asynchronous RequestsAsync requests can be made using the Site's RouteFactory.A salient use case for this functionality is using Soapi in Silverlight.[TestMethod, Asynchronous]public void...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.CS : A fully relational fluent...

Soapi.CS Paged ResultsPay particular attention to the third example; thats all 2800+ stack apps users in less than 5 seconds without breaking any rules. not too shabby.// Soapi elegantly handles...

View Article


Answer by Sky Sanders for OBSOLETE - Soapi.CS : A fully relational fluent...

Soapi.CS Fluent Configurationvar ctx = new ApiContext(ApiKey).Options // obviates a call to stackauth .SerializedSites("{ 'api_sites': [ {'name': 'Stack....") // can also be accomplished by seeding the...

View Article


Answer by Sky Sanders for OBSOLETE - Soapi.CS : A fully relational fluent...

Soapi.CS Full API Coverage// instantiate a contextApiContext ctx = new ApiContext("qgAq_KfDu0KYzlNG-qaTuw");ctx.Initialize().AsyncWaitHandle.WaitOne();// get a siteSite sofu =...

View Article

Answer by Sky Sanders for OBSOLETE - Soapi.CS : A fully relational fluent...

Soapi Caching and ThrottlingThrottleAll API requests made by Soapi are routed first through Soapi.Net.RequestCache and failing a cache hit, they are then routed through Soapi.Net.RequestThrottle.The...

View Article

OBSOLETE - Soapi.CS : A fully relational fluent .NET Stack Exchange API...

Soapi.CS for .Net / Silverlight / Windows Phone 7 / Monoas easy as breathing...:var context = new ApiContext(apiKey).Initialize(false); Question thisPost = context.Official .StackApps...

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images