kaltura / clients-generator

Kaltura API Client Libraries Generator - PHP source code introspection based automation for API native SDKs generation for various programming languages and API platforms
https://developer.kaltura.com/api-docs/Client_Libraries/
GNU Affero General Public License v3.0
19 stars 39 forks source link

DotNet Core Support #331

Closed jbrule closed 6 years ago

jbrule commented 6 years ago

I am wanting to use the .NET client on a dotnetcore 2.0 app. However the library available on the Native Client libraries page does not appear to support it. The posted libraries are in fact over a year old (http://cdnbakmi.kaltura.com/content/clientlibs/csharp_02-10-2017.tar.gz). I see netstandard 2.0 was merged back in Feb 2018. I understand that I can install the whole Kaltura server stack and run client-generator, however that seems like quite a task. When will the the posted libraries be updated.

jessp01 commented 6 years ago

Hi @jbrule,

A pre-generated C# client can always be obtained from: https://github.com/kaltura/KalturaGeneratedAPIClientsCsharp

Note that we have a nightly CI process running against the master branch and I'd advise against using it on production. However, you can clone the repo and use the stable 13.20.0 branch [or download the ZIP for it].

You may also use http://cdnbakmi.kaltura.com/content/clientlibs/csharp_26-04-2018.tar.gz.

We're now at work on a new version of developer.kaltura.com and will be going live with it shortly. At which point, the client download links will also be updated.

Thanks,

jbrule commented 6 years ago

Thank you I will try the repo. I am getting a 404 @ http://cdnbakmi.kaltura.com/content/clientlibs/csharp_26-04-2018.tar.gz

jessp01 commented 6 years ago

Hi @jbrule - yes, I get HTTP 404 for that one as well. My apologies. I'll have the right person look into that. For now, please clone the repo or use https://github.com/kaltura/KalturaGeneratedAPIClientsCsharp/archive/13.20.0.zip

Thanks for reporting and do let me know should you have additional issues,