SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

Initial Repository service API in .Net client #80

Closed tusmester closed 1 year ago

tusmester commented 1 year ago

Create the new Repository API that

The purpose of this refactor is to provide developers an easy way to manage content items without having to worry about authentication or services. Content items should be self-supported, they should know about their repository and get all the necessary services from the DI container.