-
In the attached bundleAnalyze.png I can see the bundle contains both V2 and V4 modules could it be possible to only use V2 or V4. I do not know if this is possible maybe they depend on each other.
It…
-
When pointing the client to the v4 example on odata.org you get an InvalidOperationException:
https://services.odata.org/TripPinRESTierService/People
System.InvalidOperationException: Sequence c…
-
OData Client seems to make V4 requests only. It would be great to allow it to make V4.01 requests, unless this will break existing logic.
A few specific areas in the code where V4 is hardcoded:…
-
http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#sec_SystemQueryOptionexpand
-
http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#sec_RequestinganIndividualMemberofanOrde
-
As a **consumer of the `@sap-ux/axios-extension`** (former `odata-client`),
I want to **be able to download metadata of referenced value help services**,
so that I **can create mock data for them**.…
-
I want to have a model with circular dependencies. Something like this:
Product
{
category: Category
}
Category
{
products: Product[]
}
I prepared this model using annotations and plai…
-
Any chance of adding support for group by so we can perform aggregation using the odata data aggregation extension?
http://docs.oasis-open.org/odata/odata-data-aggregation-ext/v4.0/cs01/odata-data-ag…
-
In the OData 4 standard there's an expression:
http://host/service/Products?$filter=Name in ('Milk', 'Cheese')
(http://docs.oasis-open.org/odata/odata/v4.01/csprd02/part2-url-conventions/odata-v4…
-
https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_RequestingtheNumberofItemsinaCollect
Is there existing support for this? I'm not seeing it in the output and can't …