kontent-ai / management-sdk-net

Kontent.ai Management .NET SDK
https://www.nuget.org/packages/Kontent.Ai.Management
MIT License
7 stars 30 forks source link

Extend Reference functionality #272

Open DiegoFaFe opened 2 weeks ago

DiegoFaFe commented 2 weeks ago

Motivation

Using the sdk I've noticed some code that we end up repeating pretty often around References, like having to create a new reference to request a language variant of a content item that I already have, or checking agaisnt Guid.Empty when I want to filter if the items are in the default language/workflow...

Proposed solution

Additional context

DiegoFaFe commented 2 weeks ago

@pokornyd I can prepare a PR with any of the 3 proposed changes if they are approved. Just let me know which ones you see value in