Hi,
I am used to rest api and c# but I have never used ODATA v4 before.
I there someone friendly that could share some example code on how to use the ODATA interface from a C# app.
I set ut he service reference towards the odata inteface anv visual studio created all classes for me. But i do not get who to use that. And set ut the container.
regards
C# example web api
Monday, November 25, 2024 5:37:36 PM
I have today a C# winform app that need to integrate to the webshop via wep api.
So some examplecode who to setup within a .net projekt for an app would be great.
I have followed this guide from microsoft.
https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v3/calling-an-odata-service-from-a-net-client
But there is non info about token and security setup
Some code example would help me alot.
thx
So some examplecode who to setup within a .net projekt for an app would be great.
I have followed this guide from microsoft.
https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v3/calling-an-odata-service-from-a-net-client
But there is non info about token and security setup
Some code example would help me alot.
thx
0
Please check this repo https://github.com/grandnode/api-client
0