OData
Overview Of OData Concept In SAP: Part 1
OData(Open Data Protocol) is a REST-based protocol. A Protocol will be called REST-based if it fits under certain constraints. Below is the list of constraints. Client-Server Architecture – Request from Client to server Statelessness – Meaning Request are not stored in the server Cachebility – Response is cacheable if define as cacheable Read more…