Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know of a good OData explorer? [closed]

Tags:

odata

Our software has an OData API and we would like to package it with a good OData explorer so that developers can easily discover the properties and methods.

We have found this one:

http://www.silverlight.net/content/samples/odataexplorer/

But it doesn't work in some cases and is pretty crappy. We need something that is intuitive and polished.

like image 726
user356870 Avatar asked Sep 07 '10 17:09

user356870


People also ask

Why is OData not popular?

The interface errs on the side of being too liberal in what it will accept. The contract does not provide enough information to consumers on how to use the service. If a consumer must read something other than the service's signature to understand how to use the service, the factoring of the service should be reviewed.

Is OData any good?

An OData API is a good fit when you know that consumers of your API will come from a broad group of developers of different technologies, often with an enterprise slant. OData is a simpler concept and has a simpler definition for queries than GraphQL, which are powerful enough to meet most use cases.

Who owns OData?

The company has plans to develop over 100 MW in Latin America. ODATA is majority owned by Patria Investments (“Patria”), a leading private equity firm in Brazil.

What is OData in layman's terms?

The simplest definition of OData would be that it is a standardized protocol built over existing HTTP and REST protocols supporting CRUD (Create, Read, Update, Delete) operations for creating and consuming data APIs. Nickname: ODBC for the Web.


1 Answers

LinqPad will let you connect to WCF Data Services, including OData endpoints.

like image 97
bdukes Avatar answered Oct 01 '22 01:10

bdukes