Does anyone know of a C# Client Library (SDK)?

I can’t figure out how to use the OpenSDK or Swagger SDK generation methods, so if anyone can point me to something already complete, that would be great.

Thanks in advance.

Hi DaveR,

Thank you for signing up, but I believe you might have the wrong Coda. This forum is for https://coda.io/welcome which is an all in one doc surface combining text and spreadsheets and quite a few other actionable features.

Yes. And there is an API, with associated SDK. But not C#. I believe I have the right site, and my question has validity.

Maybe instead of “SDK” I should have said “Client Library” ?

Hi @DaveR,

I’m not aware of a C# client library at the moment. Swagger’s codegen utilities is what I would recommend - and it looks like you already tried that. If I get some free time, I’ll see if I can give it a shot, but I’m handling primary livesite oncall duty this week so might be tough to squeeze it in.

Cheers,
Chris

1 Like

Hi Chris, thanks so much for the info. Yes, I did try to do some CodeGen magic, but it’s a little beyond me. If you or someone else had the time and inclination to assist, that would be awesome!

Thanks again.

Dave

Hi @DaveR,

This didn’t end up being too much work, but I haven’t tested it. I also can’t promise any support for use of this lib.

That said, try it out and let me know how it goes: https://github.com/kr-project/api-csharp-lib

1 Like

Wow. Thanks Chris. I’ll take a look now.