api

JIRA SOAP API : link an issue to another

Hi everybody, I'm working on a tool in C# that interfaces the JIRA SOAP API. I have read the documentation but I can't find what I'm looking for. Does anyone know if it is possible to link an issue to another one via this api? PS : Actually, my real need is to convert an issue as a subtask of an issue... ...

How to use rapidshare API to get Account Details ?? PHP question

I get a long string like this : accountid=*** type=prem servertime=1247000294 addtime=****** validuntil=**** username=8 directstart=1 protectfiles=0 ... how to get values from it using php ?? i mean how to set accountid's value to a variable ?? like $username = VALUE OF ACCOUNTID ? i tried strpos , but.. i dont know how to get it .. pl...

Is there an API for openstreetmap?

I wonder if there is any API I could query OSM data through, for example; Are (lon_1, lat_1) at land or at sea? Or could it be possible to get an island as a well-defined polygon? The only usage I've seen so far has just been tools for rendering OSM data (generating tiles). Update: I've found a great API for reading Openstreetmap data;...

Hidden Database Schemas and Open APIs?

The Media Wiki database Schema, here, has taught me a lot. Cannot-understand: In contrast, it seems rare that other services of the size, such as Youtube, publish their database schema. Oddly, some of such services have presently opened APIs, but not schemas. Question: What is the relationship between schemas and APIs? Why are some sch...

using the twitter api in objective C

So, the twitter API has the method "statuses/update": URL: http://twitter.com/statuses/update.format Formats: xml, json, rss, atom HTTP Method(s): POST Requires Authentication (about authentication): true API rate limited (about rate limiting): false Parameters: * status. Required. The text of your status update. URL encod...

How do I lock the country down in Google Maps

How would I make it so you cant drag outside of the UK in google maps? Can you lock it down to a certain area, as I'd like to be able to drag around the UK but not outside. Ta Chris ...

Should I Create an API or Webservice ?

Currently I am working on an app property website. Now currently if the user wants to upload a new establishment he has to enter the property details in their in house system and seperately on a different website linked to the website front end. So we would like to eliminate this duplicate data entry. We would like to provide a webservi...

Google Safe Browsing API Code for PHP?

I've looked around but have been unable to find any classes or sample code (in php) for the google safe browsing api. Would you happen to know where I might find it? G-Man ...

GroupWise appointments incorrectly dated, >50 years in the future

When fetching a list of appointments from GroupWise some of the dates in the retrieved appointment objects do not match the values in GroupWise, in fact they are more than 50 years in the future. For instance in the following method I look for appointments starting on or after 1st Jan 2000 midnight and ending on or before 31st December 2...

iPhone - API for Text to Speech feature

Hi all, I was wondering if iPhone has any API that supports Text to Speech feature? I looked around but couldn't find any, so just want to confirm. Thanking in anticipation. ...

Retrieve Windows Live Contacts using Java

I am trying to build a proof of concept for a project, in which i have to display the user contacts once he sign in to live account. I have gone through the corresponding SDK. But the problem is, i don't have any ONLINE domain to test it. I am building a POC and whatever i want to do is to do on localhost. using the sample code provided...

Flickr group pool photos - how to download all group photos

Our family has created a Flickr group in honor of a recently deceased relative. We are planning to show the group pool slideshow at her memorial service. The flickr slideshow functionality is great, but it does not auto loop. Plus randomizing photos within a large group pool does not seem to be easy. I'd like to just download all the g...

Call C API from Groovy

I know that is better to use Python to call Posix and Win API, but I would like to know if there is a not so painful way to call C APIs from Groovy, or at least with Java. ...

Cliqset.com Error 403 while trying to update any data through API

I used both Fiddler and my test C# application to update my profile information in Cliqset.com through their API but I always get 403 error. It works well when I just want to get my profile info, not to update. I use all necessary HTTP headers, like CliqsetConsumerKey and Authorization. Thank you. When I try to get my status, I use this:...

How can I post a video, via Facebook's Connect API, to my Facebook profile page?

Hi guys - [I've answered my own question below - The fourth answer. One of the previous answers had a good hint in it - but not enough for the solution]. Has anyone posted a video via the Facebook Connect API to their profile / feed page? Ideally, the video should be queued to the first frame with the superimposed Facebook's blue ri...

Tell difference between Vista and XP [C]

Is their a way in C to diferentiate between Vista and XP. Reason being is the the path I use is different in both. ...

Wrapper library - Builder vs Factory with POCO

I'm stuck between a rock and a hard place at the moment trying to decided on a good API layout for a .NET COM wrapper project I am working on. This is mainly a design problem and what would work better. So I have this COM point object: public class COMPoint { internal COMPoint(MyComObject comobject) {} public SomeCollection Nod...

how to modify the textfield in jasper report using java

i have created a textfield in jasper reports, Using java how do i modify the textfield properties like width, postion etc ...

Is requiring a REST api request to include a cookie a good idea?

My idea is to treat URI's in my rest api as a unique resource, except in the context of the client's location, which is stored in a cookie. Are there any downsides to this approach? ...

Can you use the Facebook API to update a Page (rather than a Profile)?

As far as I can tell you can't add the Developer package to a Pages account - as in I haven't got a Facebook profile. It's for business purposes and I'd really like to know if you can use the Facebook API to update a Pages status. Thanks :) ...