An unofficial .NET wrapper for Directus.
It's not fully complete as I add stuff to it once I need it. Contributions are welcome.
You can add this library to your project using NuGet.
Package Manager Console Run the following command in the “Package Manager Console”:
PM> Install-Package DirectusSharp
Visual Studio Right click to your project in Visual Studio, choose “Manage NuGet Packages” and search for ‘DirectusSharp’ and click ‘Install’.
.NET Core Command Line Interface Run the following command from your favorite shell or terminal:
dotnet add package DirectusSharp
Feel free to email me [email protected]
or create an issue with your question.
DirectusSharp is licensed under the MIT license.