baywet
No user record in our sample, but baywet has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but baywet has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Being different does not imply being better or worst. Again, any specify example on how the generated code could be better? (e.g. nullability information, etc...)
one of the main advantages of kiota is that is doesn't assume anything about the API you're consuming, contrary to other generators. This means it'll need to carry more information like the media types etc... in the…
Kiota allows you to select the operations/APIs you care about for your client application instead of generating the whole API surface. That makes for a more nimble client.
No Azure SDK is generated with Kiota today. Some use Autorest, some are handcrafted. This is mostly because kiota came out after all those SDKs, partly because Autorest assumes REST API conventions from the Azure design…
do you have specific examples of what lead you to this conclusion?
Yes! According to the documentation it supports netfx 4.6 or net6 and up. https://learn.microsoft.com/en-us/openapi/kiota/quickstarts/...