-
I wrote a little script to generate the ast for all of the sample $filter strings from chapter 4.5 of http://www.odata.org/documentation/odata-version-2-0/uri-conventions/#. When running the script I …
-
I store the data for the open types in the database, and I implemented dynamic initialization for them.
I'm using the latest version of OData v4 and EF 6.
My model:
```
public class ExampleDto
{
…
-
I am using this library in a custom project but not with the odatacontrollers, but a custom endpoint implementation instead.
```
var context = new ODataQueryContext(manager.Model, …
-
Same as https://github.com/OData/ODataSamples/issues/29, but this issue is about enabling CORS for the [**V2** Northwind](https://services.odata.org/V2/Northwind/Northwind.svc/) service as it's still …
-
OData v4 introduces the Edm.Geography* and Edm.Geometry* primitive types. I am interested to know what types, if any, I should bind these values to in Python?
For testing purposes it would be usef…
swl10 updated
7 years ago
-
but this project does not have discussions, so …
Hi,
I'm with Redfish as well, targeting things from the python side.
I use [commonism/aiopenapi3](https://github.com/commonism/aiopenapi3 ) to c…
-
# Bug Report
## Prerequisites
- [X] Can you reproduce the problem?
- [x] Are you running the latest version?
- [ ] Are you reporting to the correct repository?
- [ ] Did you perform a…
-
I am using the package python pyodata and getting parse issues when the meta-data is returned from the root ODATA location. I don't own the site, so the ODATA interface is controlled by riverbed softw…
-
I have the following entities (highly simplified).
EntityA
- EntityBList: Collection(EntityB)
EntityB
- Value: Edm.String
The Value property of EntityB can store values that can be ca…
-
There are a handful of references to using the Tyler Redaction Service (The Tyler Intelligent Services OData Web Service v4 API, TylerOCR, etc.) in the EFSP reference guide, and specific court codes f…