OData is a restful APIS
2017-09-15 本文已影响0人
Arthur_6c78
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.