Eddie Coldrick đź’» · @eddie
29 followers · 457 posts · Server coldrick.me.uk

Don't suppose anyone versed with could help me out with this filter? The response I am getting has dates outside of the filters, and I cannot for the life of me figure out why. Any help appreciated!
stackoverflow.com/q/76978209/1

#odata #webdev #dev

Last updated 1 year ago

DJ Adams · @qmacro
387 followers · 577 posts · Server hachyderm.io

New post: OData query operations and URL encoding the system query options with curl

👉 qmacro.org/blog/posts/2023/08/

Inspired by a comment on the thread for Task 2 of this month's SAP Developer Challenge.

Share & enjoy!

#odata #curl

Last updated 1 year ago

Nicolas Fränkel · @frankel
781 followers · 874 posts · Server mastodon.top

Given all proponents out there, it's interesting that , an fully-fledged specification is not discussed at all odata.org/getting-started/basi

#rest #odata #oasis

Last updated 1 year ago

DJ Adams · @qmacro
341 followers · 343 posts · Server hachyderm.io

It's a new week in the SAP Build Challenge, and this time it's all about services.

Get on it! All the details in my fellow Developer Advocate @DanWroblewski's blog post 👉
groups.community.sap.com/t5/sa

#odata #sapdeveloperchallenge

Last updated 1 year ago

DJ Adams · @qmacro
328 followers · 240 posts · Server hachyderm.io

If you're interested in learning more about OData and CDS annotations, and are ready for a long in-depth read, I have something for you:

"A deep dive into OData and CDS annotations"

qmacro.org/blog/posts/2023/03/

Share & enjoy!

#SAPCAP #odata

Last updated 1 year ago

Chris "Woody" Woodruff · @cwoodruff
318 followers · 209 posts · Server mastodon.social

I was working on using OData Web API 8 to build an API, but I am getting issues where some of the routes for Get() go to the Get(id) endpoints and blow up. Taking some time away to lose the frustration.

#odata

Last updated 2 years ago

DJ Adams · @qmacro
309 followers · 129 posts · Server hachyderm.io

We had fun today exploring the Business Partner API (yes that's what I said) today on the live stream, if you missed it, the replay is now available complete with chapter titles for your fast forwarding pleasure. , , , and lots more. Share & enjoy! youtu.be/tW0-96gGQAs

#SAPCAP #odata #edmx #curl #HandsOnSAPDev

Last updated 2 years ago

Hello bubble,

I'm currently working on a lecture focussing on modern (i.e. RAP) programming. I want to share the development artefacts for the lecture. Currently, I'm thinking about a @GitHub repository with branches for different steps (e.g. 1st: data model, 2nd: views, 3rd: service , ...).

Any thoughts about this approach? Do you have experiences in sharing lecture content this way? What are advances / disadvantages? Are there other approaches?

#teaching #abap #cds #odata

Last updated 2 years ago

Jacob Bennike · @jab
28 followers · 24 posts · Server universeodon.com

I’m giving a try, and it’s both impressive and impressively dangerous. I asked it to build an server in which it did. I was amazed at first because I hadn’t really been capable of doing it myself, but it turned out that wasn’t either.

I think I’ll get a lot out of it, but I wish it wasn’t so confident when it is wrong. 15 years ago I’m not sure I would’ve gotten here:

#chatgpt #odata #typescript

Last updated 2 years ago

Jacob Bennike · @jab
28 followers · 24 posts · Server universeodon.com

@wg that being said. It sure was easy to build. I know that my past experience with 7ish years of C# development obviously helped, but the toolsets of are also very “feature” complete.

I’d still rather do it in to keep our small team on a single language, but it just can’t compete with the efficiency of using the and packages. Or maybe I can’t, but that’s the same difference for us.

#dotnet #typescript #asp #odata

Last updated 2 years ago

Jacob Bennike · @jab
28 followers · 24 posts · Server universeodon.com

@wg we did consider GraphQL, but our react client and our in-house client as well as our extensive use of the BC365 APIs called for ODATA.

It’s not the only library for or that I’ve found “confusing” however. Seems like a lot of packages are still moving from “Core” to just “dotnet”. Things like why ActionResult is now prefer over IActionResult are not really explained. Even Namespaces are a mess of the new and old way in the official documentation.

#typescript #odata #dotnet #asp

Last updated 2 years ago

W.Gross · @wg
23 followers · 46 posts · Server hachyderm.io

@jab I can relate... I did some some years ago: accessing a dynamic datamodel with OData endpoints.
Debugging the examples in the OData repo helped me with that a lot.

I feel like OData isn't getting as much love from MS as the other parts of ASP.Net b/c most people are lookig at GraphQL nowadays.

#odata

Last updated 2 years ago

Chris "Woody" Woodruff · @cwoodruff
307 followers · 196 posts · Server mastodon.social

Going "old school" this weekend and working on some solutions with modern ASPNET 7.

#odata

Last updated 2 years ago

jjtbsomhorst · @jjtbsomhorst
36 followers · 418 posts · Server mastodon.social

A little question for my fellow . Is still a thing? Personally I do like the format etc but from a little search I get the impression it seems to be a death standard?

#developers #odata

Last updated 2 years ago

Chris "Woody" Woodruff · @cwoodruff
230 followers · 107 posts · Server mastodon.social

Looking at creating the following workshops for building Web APIs in the following languages and/or frameworks:
-
-
- and
-

Trying to gauge which of those would have the most interest to the community. Thank you for your feedback.🙏

#odata #csharp #rustlang #node #typescript #aspnet7 #MinimalApi

Last updated 2 years ago

Chris "Woody" Woodruff · @cwoodruff
154 followers · 85 posts · Server mastodon.social

Going to be rocking an oldie but still a goodie!! How about how to use the protocol with ASP.NET Minimal API? That's a goal for 2023! I will be speaking and writing about it also.

#odata

Last updated 2 years ago

last senpai · @big
62 followers · 69 posts · Server cons.ivy.io

Has anyone used OData and can share insights? I am leaning towards it instead of Graphql for client-driven selection and filtering.

Use case is a family of micros with _fat_ payloads. Requests are fairly coarse, so clients should just fetch the fields they're interested in. I'm avoiding standing up a middle layer BFF/Gateway, would rather let the clients hit the endpoints directly.

Ultimately, the query should map 1:1 to SQL queries selecting just those fields.

#odata #graphql #rest

Last updated 2 years ago