Hi there! I'm not sure if this belongs here or in the #1184133199161466970 channel. I'm trying to integrate Umbraco with another system and for that I want to have a client/sdk to connect with Umbraco. Microsoft announced Kiota on .Net conf so I thought this was a perfect opportunity to give it a try. It's giving me some trouble though.
Have anyone else done this? Let me know.
PS. If you're at Codegarden I would love to meet up and talk about it 😊
s
Sebastiaan
06/12/2024, 7:41 PM
Absolutely no idea what Kiota is but I can see it works with OpenAPI which is what the Content Delivery API produces, so it should work.
Nobody has done this with Umbraco.. I searched..
Would be helpful to describe your trouble, maybe someone will know, but I bet this is more of a question for the Kiota team than for Umbraco people!
c
Casper Schmidt Wandahl-Liper
06/12/2024, 7:59 PM
Hi @Sebastiaan and thanks for the quick reply. I opened an issue (https://github.com/microsoft/kiota/issues/4814) with Kiota and just got an answer from them. I just wanted to know if anyone has done this before 😊 but it seems like I'm a first-mover on this.
As described in the issue I got some errors and warnings on some of the endpoints so I wasn't sure where the problem was, but it seems like Microsoft thinks it is with Kiota. I will follow up when I get it to work 👍