python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SAP CAP using cds.User attributes
I authenticate on the server by feeding req.user with an instance of cds.User, and I add some attributes:
User {
id: '110226363079182595683',
attr: { name: 'depth1', email: 'depth1@protonmail.com'...

depth1
Votes: 0
Answers: 1
Odata Global PageSize
Can someone please explain why my EnableQueryAttribute filter is not firing when the client query does not include the Count=True in their query? My entire dataset is returned.
public class EnableQuer...

zAnthony
Votes: 0
Answers: 1
Filter event objects by body content
I'm trying to query calendar events using the Graph API and I would like to filter them by category and body content.
The goal is to get any event object that is in category "Test" and conta...

TorbenJ
Votes: 0
Answers: 1
Consume OData on Express.js Promise Issue
I am setting up a React backend server that I need to get data from an OData server.
I have installed the o.js package and I am following their startup guide https://www.npmjs.com/package/odata.
Howev...

A. Hasemeyer
Votes: 0
Answers: 0