vote up 0 vote down star

Let me know your thoughts...

flag

37% accept rate
You mean programatically discoverable? – Pop Catalin Sep 28 at 11:23
not really. If we type the url via a browser we should have an idea about the web methods it has...in this sense discoverable – deostroll Sep 28 at 11:46
1  
The twitter.com service? Or other services related to twitter? Please provide more information. – lost-theory Sep 28 at 13:12
twitter web services like search.twitter.com/search.json?q=h1n1 kind of urls. I do think they are web services... – deostroll Sep 28 at 15:48

1 Answer

vote up 0 vote down

Do you want like a WSDL / WADL for Twitter's web services?

I found a WADL here, but it's not maintained by Twitter.

That said though, I don't think their services really need to be 'discoverable'. They're extremely easy to use, all you need to do is look at their API documentation to figure out how to make the call.

For example, here are the docs for searching. It should have everything you need, except the code :).

You could probably also find a library written in the language of your choice that implements the API.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.