Fdw.Web.Endpoints
1.0.0-rc.9
dotnet add package Fdw.Web.Endpoints --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Web.Endpoints -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Web.Endpoints" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Web.Endpoints" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Web.Endpoints" />
paket add Fdw.Web.Endpoints --version 1.0.0-rc.9
#r "nuget: Fdw.Web.Endpoints, 1.0.0-rc.9"
#:package Fdw.Web.Endpoints@1.0.0-rc.9
#addin nuget:?package=Fdw.Web.Endpoints&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Web.Endpoints&version=1.0.0-rc.9&prerelease
Fdw.Web.Endpoints
Cross-domain endpoint bases.
Endpoint base classes for this domain's HTTP surface. A host closes over a base with a sealed endpoint that supplies its route; the base supplies the validate → service → map → send shape.
An endpoint is an HTTP orchestrator. It does not open a gateway, and it does not carry business logic — anything a background job would also need belongs in the service.
Endpoint bases
| Type | Kind | Purpose |
|---|---|---|
ClearSessionStateEndpointBase |
class | Base endpoint for clearing all session state entries for the authenticated user. Route: DELETE… |
DeleteSessionStateEndpointBase |
class | Base endpoint for deleting a single session state entry for the authenticated user. Route: DELETE… |
GetSessionStateEndpointBase |
class | Base endpoint for getting a session state value by key for the authenticated user. Route: GET… |
ListSessionStateKeysEndpointBase |
class | Base endpoint for listing all session state keys for the authenticated user. Route: GET /session-state |
UpsertSessionStateEndpointBase |
class | Base endpoint for upserting a session state value for the authenticated user. Route: PUT… |
Request and response models
Endpoint-layer models are named Request / Response; the client layer names its equivalents Payload. The two layers are deliberately separate.
| Type | Kind | Purpose |
|---|---|---|
PaginatedRequest |
class | Base request for paginated endpoints. |
PaginatedRequest |
class | Base request for paginated endpoints. |
PaginatedResponse<T> |
class | Wrapper for paginated results. |
PaginatedResponse<T> |
class | Wrapper for paginated results. |
ResourceCreateRequest |
class | Abstract base request for creating a new named resource. Provides the Name property with standard… |
ResourceIdRequest |
class | Abstract base request for operations that identify a resource by ID. Used when resources are identified… |
ResourceNameRequest |
class | Abstract base request for operations that identify a resource by name. Used for Get, Delete, and other… |
ResourceUpdateRequest |
class | Abstract base request for updating an existing named resource. Name identifies the resource (typically… |
TriggerOperationRequest |
class | Base request for triggering an operation execution. Provides common properties for all trigger endpoints… |
TriggerOperationResponse |
class | Base response for a triggered operation execution. Provides common fields returned from all trigger… |
SessionStateEntryResponse |
class | — |
SessionStateKeyRequest |
class | — |
SessionStateKeysResponse |
class | — |
UpsertSessionStateRequest |
class | — |
Installation
dotnet add package Fdw.Web.Endpoints --prerelease
Dependencies
Fdw.MessageLogging.Abstractions · Fdw.Messages · Fdw.Services.SessionState.Abstractions
Build-time only (generators and analyzers, not runtime dependencies): Fdw.MessageLogging.SourceGenerators
Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.
| 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
- FastEndpoints (>= 8.1.0)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Services.SessionState.Abstractions (>= 1.0.0-rc.9)
- FluentValidation (>= 12.1.1)
- Microsoft.Bcl.HashCode (>= 6.0.0)
NuGet packages (29)
Showing the top 5 NuGet packages that depend on Fdw.Web.Endpoints:
| Package | Downloads |
|---|---|
|
Fdw.Web.RestEndpoints
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.UI.Themes.Clients
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Operations.Endpoints
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Operations.Clients
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Data.Clients
Development tools and utilities for the Fdw ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.9 | 221 | 8/25/2026 |
| 1.0.0-rc.8 | 249 | 8/25/2026 |
| 1.0.0-rc.6.1 | 583 | 8/20/2026 |
| 1.0.0-rc.6 | 587 | 8/20/2026 |
| 1.0.0-rc.5 | 618 | 8/19/2026 |
| 1.0.0-rc.4 | 529 | 8/19/2026 |
| 1.0.0-rc.3 | 437 | 8/17/2026 |
| 1.0.0-rc.1 | 231 | 8/10/2026 |