Register the Open API description with Microsoft's API Client code generator
s
sculptor
Microsoft recently introduced a new tool called Kiota (https://learn.microsoft.com/en-us/openapi/kiota/) that is for generating API Clients from Open API specs for different languages including C#, Go, Java, PHP, Python and TypeScript. Since you provide pure REST API and it's not feasible to provide concrete SDKs for all languages, perhaps Kiota is the best alternative for now for the developers who want structured models in their programming language. Kiota has a search capability that will lookup APIs from online, but they need to be registered by API developer. https://learn.microsoft.com/en-us/openapi/kiota/add-api
This request is to register MarketData.app's Open API specs for Kiota tool to be able to search.
Log In
s
sculptor
Hi, I just want to bump this up. Also a C# SDK is really needed next to the existing SDKs.
s
scidec
Sounds good - I had to just make my own client based on other autogenerated ones - https://github.com/scidec/MarketDataApi.Wrapper