-
Hello UI5 Experts,
in addition to the issue #20 there is also a problem when using the OData v4 endpoint from an SAPUI5 UI. The control sap.ui.unified.FileUploader uses a HTTP POST and multipart/fo…
-
Absolutely love this repository; I have used it on three projects so far with great success. One thing though, my OData v4 APIs (in .NET) require entities with string typed keys be wrapped in single q…
-
### OData Version
OData V4
### Draft
Yes
### Scenario
List Report
### Environment
BAS / ABAP RAP
### UI5 Spreadsheet Component
1.4.2
### What happened?
When using spreadsheet importer in an…
-
From https://www.google.com/search?q=site:.gov/api/+filetype:xml, look for the likes of
http://data.consumerfinance.gov/api/views.xml
http://data.consumerfinance.gov/api/views.json
-
I am using this library to upload a file to sharepoint. When the file is quite large - in my case 13GB file, my code crashes with RecursionError. Here is my code
```python
import msal
from offi…
-
When adding a related Entity which is already in database to a new unsaved Entity in Dataservicecontext ( WCF Odata V3 and OData WebApi V4 - no difference ) there is a Problem when this entity i…
-
Hi , i focus the project for long time , i thank the v4 sould be support nested navigation expand query:
see [odata-v4.0-errata03-os-part1-protocol-complete 11.2.4.2](http://docs.oasis-open.org/odata…
-
I believe the property name is required for multi-part keys.
See https://stackoverflow.com/a/12510062/1220627
Currently paths are generated without property names regardless.
**Current**
```js…
-
Could you elaborate on the examples in chapter 6 using the Default.{Entity} syntax? For example:
```
../api/sakarkiv/Saksmappe/?$filter=part/any(s: s/Default.PartPersonType/foedselsnummer eq '123345…
-
I am using V4 client,
{ownerid=new {teamid=ID}}
upon using above , library validation kick in and throw error "**given key "ownerid" not found in the dictionary**"
so i changed the assignment as …