SyntaxCircus.Cmsify.Contracts
0.2.1
See the version list below for details.
dotnet add package SyntaxCircus.Cmsify.Contracts --version 0.2.1
NuGet\Install-Package SyntaxCircus.Cmsify.Contracts -Version 0.2.1
<PackageReference Include="SyntaxCircus.Cmsify.Contracts" Version="0.2.1" />
<PackageVersion Include="SyntaxCircus.Cmsify.Contracts" Version="0.2.1" />
<PackageReference Include="SyntaxCircus.Cmsify.Contracts" />
paket add SyntaxCircus.Cmsify.Contracts --version 0.2.1
#r "nuget: SyntaxCircus.Cmsify.Contracts, 0.2.1"
#:package SyntaxCircus.Cmsify.Contracts@0.2.1
#addin nuget:?package=SyntaxCircus.Cmsify.Contracts&version=0.2.1
#tool nuget:?package=SyntaxCircus.Cmsify.Contracts&version=0.2.1
SyntaxCircus.Cmsify.Contracts
Shared wire contracts for the Cmsify API and first-party .NET clients. Install this package when an application needs the public request, response, pagination, enum, or ProblemDetails models without the HTTP client implementation.
List responses use PagedResponse<T> with items, totalCount, page, pageSize, and totalPages. List queries use one-based page and pageSize from 1 through 100; invalid values are rejected with RFC 7807 ProblemDetails rather than normalized.
The package targets .NET 10 and is licensed under MIT. See the repository documentation for API and client usage.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SyntaxCircus.Cmsify.Contracts:
| Package | Downloads |
|---|---|
|
SyntaxCircus.Cmsify.Client
Typed .NET client for connecting to and managing the Cmsify headless CMS API. |
|
|
SyntaxCircus.Cmsify.Components
Reusable, restylable Blazor components for editing and managing Cmsify content: field editors, a composed content edit form, and a content list view, with optional SDK-backed smart wrappers. |
GitHub repositories
This package is not used by any popular GitHub repositories.