angular-odata-es5
angular-odata-es5 copied to clipboard
Query in request body option?
Hi, I had a question. I need to consume a service that uses OData, but for some reason they are expecting the query in the request body instead of the query parameter. This appears to be supported in the standard: https://devblogs.microsoft.com/odata/passing-odata-query-options-in-the-request-body/ But wanted to know if your library has a way of consuming this way.
Thanks.