api

Help retrieving attachments from a lotus notes email using notes api and vb.net

I am trying to retrieve an attachment from a lotus notes email using the EmbeddedObjects array off of a NotesDocument object. In my test, I've set up an email with an attachment and am trying to process it. The HasEmbedded property of the NotesDocument object is returning true however the EmbeddedObjects array of the NotesDocument obje...

creating API using adapter pattern

I am working on an API for several web services, which all return a list of products. However, the objects returned are quite different. They have some overlap in member variables and methods, but also a number that are either conceptually different or slightly different. What would be the best way to structure the API? I think this is t...

How can I use Appstore API to get top100 list? What is the common architecture to build a appstore application website?

I've found a PDF file of Appstore search API, that I can use some parameters to fetch an application's detail information.(sorry I forgot the download url, but I found it in stackoverflow) But there are so many sites that show you a Top100 list(like appshopper.com), and such as Mobclix.com also provide you the rank information.How can t...

Free Image Hosting with Open API

Does anyone know if there is a free image hosting website which has open API? Thanks ...

Changing setting via api in gmail ?

Is it possible to change gmail settings , create filter etc via some API ? I have searched through the internet and can find an api for gmail contacts and google calendar , but none for gmail settings etc ? Is such a thing possible ? ...

can I find if 2 users are connected on facebook or Orkut? is there any API from either to find it?

I would like to know if I am connect another person (say jack) on Facebook or Orkut using an API. I should be able to use it on my web application. ...

Last.fm or Spotify API

Hello, I was hoping someone could offer me advice, Im looking to build a website, and was hoping that I could inergrate my last.fm radio station or my spotify account into it so the users can listen to what I am. I know there are API's for each but do any of them support listening to music, nothing seems conclusive in there documentati...

Sage API Recurring/Memorised Invoices

I am have been looking at a piece of software called connect to push data into Sage, however this appears not to be able to push memorised invoices into Sage. Now I cannot find any information regarding the Sage API, however does anyone know if the API allows recurring invoices ? Also what happens if for instance someone changes there ...

Send and receive data trough the power network

I'm not interested in a hardware solution, I want to know about software that may "read" modulated signal received trough the power supply - some sort of a low-level driver that would access the power signal in a convenient place and demodulate it. Is there a way to receive signal from the computer's power supply? I'm interested in an A...

Which issue tracker do you recommend?

I am looking for an open source issue tracker with Multiple projects Wiki Web API to integrate with CRM and other clients Optionally Extendible via custom plugins or modules Preferably written in PHP or Python. I am okay with other languages as long as it works on Unix/Linux ...

Which API in Java to use for file reading to have best performance?

In my place where I work, used to have files with more than million rows per file. Even though the server memory are more than 10GB with 8GB for JVM, sometimes the server get hanged for few moments and chokes the other tasks. I profiled the code and found that while file reading memory use rises in Giga bytes frequently(1GB to 3GB) and ...

c++ Mysql C API mysql_real_escape_string

I'm building a class wrapper for the mysql c api, specifically at the moment for mysql_real_escape_string and I don't think I'm doing it quite right. this is what I have for the function: std::string Database::EscapeString(const char *pStr) { char *tStr = new char[strlen(pStr)*2+1]; mysql_real_escape_string(m_sqlCon, tStr, pStr...

API Security - Sending CC info

Im trying to design a payments API, and it requires the sending of CC info over the wire. So for this I was thinking of using a public key to encrypt the CC info and decrypt it on the server. Keep in mind that the connection is https also. Any suggestions on the topic? ...

Get process argument info in windows with python/pywin32?

In linux, I know with 'ps' you can get the arguments that a command was run with. I need the equivalent in windows Right now in python I'm doing Process[i] = subprocess.Popen(cmd + " --daemon --config " + str(i) + ".conf", shell=False) But I'm doing this in a daemon that is meant to be up all (or most) of the time. Since I'm having t...

Using the Github Gist API from Haskell

First of all, I've never really used APIs before, and I've never used the HTTP library in Haskell. I'm not sure what I'm doing wrong here, so maybe somebody who knows can help. I'm using what I can read of this: http://github.com/defunkt/gist/blob/master/gist.rb, namely the write method, to write this: req = postRequest "http://gist.gi...

Programatically add a wifi network on the BlackBerry

Hi, As opposed to manually setting up a Wifi network(scanning>adding>set encryption settings, etc) I'm trying to create an app that once the user enters his login credentials will automatically add the wifi network complete with the necessary network settings. Maybe i've been searching using the wrong keywords but I havent stumbled upon...

How to control encoding when POSTing through Net::HTTP?

I'm trying to create an API wrapper for Issuu using ruby and am running into errors when attempting to POST the data. When trying a simple GET through the browser with all the params in the querystring, I am able to retrieve the expected results; however, when I try to perform the same operation using a POST in code (which the API claim...

Looking for Pricegrabber.com API

I saw many e-commerce sites using Pricegrabber for price comparison. For example: http://www.cheapstingybargains.com/184212/lg-gp08lu10-8x-dvd%C2%B1rw-dl-usb-20-slim-external-drive-w-lightscribe/ Is there a pricegrabber API for developers? ...

How to search Rapidshare database?

Hello, I'm trying to search into Rapidshare files, but I don't know what syntax should I use. how can I send a word to search to Rapidshare API URL and get the result back?? http://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=listfiles%5Fv1&type=col&login=mazzikatv&password=123456&term=Word%5FTo%5FSearch Thanks ...

eBay Markdown Manager via API

Using PHP5, how can I use the eBay API to set all my 2000+ eBay Store items on sale except for a specific set of 45 items? I can't find a way to do this on eBay's website, and would prefer an API method so that I can simply exclude a specific brand from my query. ...