-
A batch request with 2 request, where the second request depends on the first. The first requests creates a new item and the second should create a new related item to the item from the first request,…
-
OData v4 is not working for Northwind
https://services.odata.org/v4/northwind/northwind
![Uploading Screenshot 2024-04-02 at 1.11.07 PM.png…]()
-
Thanks for a great module! Are there any plans to support OData 4.01 parsing? Or has anyone already done or tried this?
It looks like this module is using: odata-v4.abnf
However, my understanding …
-
**Context**
```php
class Person {
#[LodataRelationship]
public function link()
{
return $this->belongsTo(Link::class, 'link_id', 'id' );
}
#[LodataRelationship]
…
-
I don't think there is any validation of the DbGeography spec yet. I don't know if Microsofts odata Api returns a valid DbGeography
```
"Geography":{
"CoordinateSystemId":4326,
"WellKnownText…
-
Hey,
I'm looking into replacing breeze with jaydata on my project, but i'm struggling with enumerations. I'm using the latest updates from nuget together with oData v4.0. I've generated my context wi…
Nesse updated
7 years ago
-
I am currently working on a connector to "sap/opu/odata/sap/API_PRODUCT_SRV".
A product has several relations to Description, BasicText ....
I can insert a new Product together with the filled relat…
-
Greetings,
pyodata does not correctly escape the path when an entity key contains a `/`. For example SAP's OData service for Software Components retrieves an SC called `ZFOO` with the URL:
```
h…
-
### Q&A (please complete the following information)
- OS: Windows
- Browser: Firefox, Edge
- Version: SaaS
Example Swagger/OpenAPI definition:
```yaml
/me/RecentCommunication(senderEm…
-
Hi, thank you for your work. This looks very greate and frendly for consumers :)
i'm looking for odata v4 $batch implementation handler. May be exists some example for this?
rhexo updated
2 years ago