OData is a restful APIS

OData (Open Data Protocol) is anISO/IEC approved,OASIS standardthat defines a set of best practices for building and consuming RESTful APIs. OData helps you focus on your business logic while building RESTful APIs without having to worry about the various approaches to define request and response headers, status codes, HTTP methods, URL conventions, media types, payload formats, query options, etc. OData also provides guidance for tracking changes, defining functions/actions for reusable procedures, and sending asynchronous/batch requests.

你可能感兴趣的:(OData is a restful APIS)