10
votes
2answers
427 views

Get Stack Overflow questions with Stacky API

I want to get the most current questions from Stack Overflow using the Stacky C# library for the Stack Exchange API. I took the example code and tried to run it but it hangs when it comes to ...
5
votes
1answer
158 views

Stackoverflow API response format

The Stackoverflow API is returning an unexpected response when C# to create a HTTP GET request. If I paste http://api.stackoverflow.com/1.1/users/882993 into the browsers address bar I get the ...
4
votes
3answers
924 views

stackoverflow search api

I would like to use the search method of stackoverflow API to return the json structure of results based on a search keyword and then display those results (title, description and the url) in the ...
0
votes
1answer
86 views

Namespace Orginization and Conventions

So I have a little bit of a problem. I working on a project in C# using The StackOveflow API. You can send it a request like so: http://stackoverflow.com/users/rep/126196/2010-01-01/2010-03-13 And ...
0
votes
1answer
128 views

SXAPI API Initialization error

I thought it is related To Meta but it is a programming question any way. I was trying to practice Stackoverflow Api as a test case, I have tried using SXAPI (stack Overflow Version 4). When I ...
0
votes
0answers
75 views

Returning List of multiple StackOverflow users in ASP.NET MVC4 Controller

I am referring this article to retrieve and display user information using StackOverflow API. http://cgeers.com/2011/10/02/stack-exchange-api/ I have edited and made it compatible with the recent ...