Version v14 (and Earlier)
Learn How to Install, Initialize and Create Classes for Version 14 of the SDK
Introduction
.NETInstall the SDK
dotnet add package Squidex.ClientLibraryManually Creating Classes
AuthenticationISquidexClientManager clientManager =
new SquidexClientManager(
new SquidexOptions
{
AppName = "app",
ClientId = "id",
ClientSecret = "secret",
Url = "https://cloud.squidex.io"
});Configure Multiple Apps
Creating Classes with Dependency Injection
Configure Multiple Apps
Configure the HTTP pipeline
Use Concrete Clients
Using Dependency Injection
Last updated