So I need a wary bacik interaction example of C# client using some PHP API (A remote service being called from a C# app). I want to see a simple php API conteining 2 methos sum(a, b):c and echo(string):string and a simple C# client able to use that methods. How to do such thing?
...
I'm looking for the underlying API calls that netstat -b is using to determine the owning processes for each socket. Any ideas?
...
I'm tired of switching between xcode and the browser to check iPhone API reference from Apple web site. Any better way to to it directly from Xcode ? Ideally I'd like to select a word and search for it in the APi reference automatically.
...
Hi,
Is there out there any open source ORB api, something like JAVA's RMI or .NET's Remoting?
...
The documentation for Google Documents List API, seems to say that you can create a local document and upload it. Is there no way to actually create and edit a document on Google Docs through an API?
...
Hello. How using the twitter rest api can i follow a user in something like this format:
http://myuser:mypassword@urloftwitterapi/follow?user=useriwannafollow
There is a very simple method like this? Thanks
...
I decided to write an app like: http://michaelgrinich.com/hackernews/ but for Android devices, my idea will use a web application backend (because I rather code in Python and for the web than completely in Java for Android devices).
What I have right now implemented is something like this:
$ curl -i http://localhost:8080/stories.json?p...
Does anyone know if there is something like a Limewire API? I need to be able to make Limewire download files programmatically.
EDIT: It seems Limiwire doesn't have an API. Is there any other Gnutella P2P cliente that does?
...
I'm looking for a way to work with an API which requires login, and then redirects to another URL.
The thing is that so far I've only come up with a way to make 2 Http Requests for each action I want to do: first, get cookie with AllowRedirect=false, then get the actual URI and do a second request with the cookie:
HttpWebRequest request...
Hi all,
I have a database of cities (in both the US and the rest of the world).
The database entries are simple text strings.
Currently the database contains even small cities (population 10,000).
I wish to use a larger scale database instead, by assigning the cities into larger geographical\metropolitan areas.
An example can be the Me...
I'm building out an API for web app that I've been working on for some time. I've started with the User model. The user portion of the API will allow remote clients to a) retrieve user data, b) update user information and c) create new users. I've gotten all of this to work, but it doesn't seem like its setup correctly. Here are my q...
We have a REST API that works great. We're refactoring and deciding how to internally handle errors by the users of our API.
For example the user needs to specify the "movie" url parameter which should take the value of "1984", "Crash", or "Avatar". First we check to see if it has a valid value.
What would be the best approach if the...
Hi,
I'm using the YouTube API and there doesn't seem to be a thumbnail image of the playlist as it is on YouTube.
Anybody have any ideas or come across this problem before?
Let me know.
...
Hi I am using ColdFusion to call the last.fm api, using a cfc bundle sourced from here.
I am concerned about going over the request limit, which is 5 requests per originating IP address per second, averaged over a 5 minute period.
The cfc bundle has a central component which calls all the other components, which are split up into secti...
Hi,
I am searching for the api which will give me list of places to see nearby to my location. For this i want following parameters. Photo, name of location, location address.
Thanks in advance
...
Can somebody give me a link to PKCS#11 test suite? This may be a simple utility or part of big project no matter.
I now only this one: Netscape PKCS #11 Test Suites
...
I've searched this as much as I can in the time available, but haven't turned anything up. Does anyone know if it is possible to access data backed up from a WinMo device to Microsoft's MyPhone service programatically, without having to restore all the data back to the device? I'm looking at a way of also keeping a local backup of cont...
Hi guys. I'm building a site, and I need to query my last two tracks from my soundcloud account and display them on my page.
I've read the Soundcloud API documentation but it seems obscure and far from my reach.
I've installed the PHP library for using the API and Oauth, and set up my SoundCloud application to get my Consumer Keys, but I...
Some colleagues of mine have a large Java web app that uses a search system built with Lucene Java. What I'd like to do is have a nice HTTP-based API to access those existing search indexes. I've used Nutch before and really liked how simple the OpenSearch implementation made it to grab results as RSS.
I've tried setting Solr's dataDir ...
Is it possible to limit the search results in a news or blog search using the Google AJAX Search API by the publication date of the story or post?
I'm aware it's possible to sort the results by date but is it possible to limit the date to a period in time, say between the 10th and 15th of Jan 09?
...