kontent-ai / model-generator-net

Kontent.ai .NET model generator.
https://www.nuget.org/packages/Kontent.Ai.ModelGenerator
MIT License
17 stars 19 forks source link

Use Management Client #124

Closed Simply007 closed 2 years ago

Simply007 commented 2 years ago

Instead of using a manual client - it would be great to use client from Kentico.Kontent.Management nuget.

https://github.com/Kentico/kontent-generators-net/blob/338f8944b4d20adb5b46e67047c892977be3789b/src/Kentico.Kontent.ModelGenerator.Core/ManagementClient/ManagementClient.cs#L15

Related to #117

Simply007 commented 2 years ago

As a part of issue - fix also namespace (ManagementClientImpl vs. ManagementClient) - see https://github.com/Kentico/kontent-generators-net/pull/117/commits/338f8944b4d20adb5b46e67047c892977be3789b:

https://github.com/Kentico/kontent-generators-net/blob/338f8944b4d20adb5b46e67047c892977be3789b/test/Kentico.Kontent.ModelGenerator.Tests/CodeGeneratorIntegrationTests.cs#L15

Look for another usages like this.

Sevitas commented 2 years ago

Can be resolved after https://github.com/Kentico/kontent-management-sdk-net/issues/53 is resolved and new version of SDK is released.