views:

57

answers:

3

Is there something like a directory, list, search engine, or index of RESTful WS in the web?


Edit: What I am looking for is a list or a directory in the internet like this:

A: 

Not exactly what you are looking for, but the yahoo YQL site exposes many web services and other websites as restful web services.

From the site:

The Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services. With YQL, apps run faster with fewer lines of code and a smaller network footprint.

Oded
@erlord - funnily enough, your first link comes directly from the YDN/YQL site...
Oded
Curiouse, isn't it? ;-)
+1  A: 

The OData site certainly has a certain list of services - all that return OData (OpenData) feeds, e.g. WCF Data Services

They have a list of OData producers which are all offering WCF REST services to consume.

marc_s
"Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.HttpException: Request timed out."Well, that's not good...
Lèse majesté
A: 

Just found what I have been looking for:

http://www.programmableweb.com/apis/directory/1?protocol=REST

Cheers Er