views:

91

answers:

1

Let me know your thoughts...

A: 

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.

lost-theory