Fdw.Web.RestEndpoints
1.0.0-rc.9
dotnet add package Fdw.Web.RestEndpoints --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Web.RestEndpoints -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Web.RestEndpoints" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Web.RestEndpoints" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Web.RestEndpoints" />
paket add Fdw.Web.RestEndpoints --version 1.0.0-rc.9
#r "nuget: Fdw.Web.RestEndpoints, 1.0.0-rc.9"
#:package Fdw.Web.RestEndpoints@1.0.0-rc.9
#addin nuget:?package=Fdw.Web.RestEndpoints&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Web.RestEndpoints&version=1.0.0-rc.9&prerelease
Fdw.Web.RestEndpoints
REST endpoint infrastructure and the error shape a failure is rendered as.
This package declares 1 interface(s), 1 service/provider type(s), 12 configuration type(s), 8 model(s).
Contracts (1)
| Type | Kind | Purpose |
|---|---|---|
IETagProvider |
interface | Provides ETag generation for conditional GET support on CRUD endpoints. Implementations determine the… |
Services (1)
| Type | Kind | Purpose |
|---|---|---|
RowIdETagProvider |
class | ETag provider that computes ETags from the most recent RowId in a container. Uses the DataGateway to… |
Configuration (12)
| Type | Kind | Purpose |
|---|---|---|
ApiKeyConfiguration |
class | API key authentication configuration. |
ApiKeySecurityConfiguration |
class | API key-specific security configuration. |
AuthenticationConfiguration |
class | Authentication configuration for the web framework. |
CertificateSecurityConfiguration |
class | Certificate-based security configuration. |
CorsConfiguration |
class | CORS configuration for cross-origin requests. |
CorsSecurityConfiguration |
class | CORS security configuration. |
JwtConfiguration |
class | JWT authentication configuration. |
JwtSecurityConfiguration |
class | JWT-specific security configuration. |
OAuth2SecurityConfiguration |
class | OAuth2-specific security configuration. |
SecurityConfiguration |
class | Security configuration for the Fdw Web Framework. Provides centralized security settings and validation. |
SwaggerConfiguration |
class | Swagger/OpenAPI documentation configuration. |
WebConfiguration |
class | Main web configuration implementation for the Fdw Web Framework. Provides concrete configuration with… |
Records (8)
| Type | Kind | Purpose |
|---|---|---|
ByPropertyRequest<TKey> |
class | Uniform request DTO for endpoints that look up a resource by a single key property (Name, Id, Code,… |
ErrorResponse |
class | Structured error response returned to API clients. Contains only user-safe information — no server… |
PagedRequest |
class | Base class for paginated requests. Provides standard pagination parameters with validation. |
PagedResponse<T> |
class | Generic paginated response wrapper. Contains data and pagination metadata. |
PaginatedListRequest |
class | Request model for paginated list endpoints. Provides skip/take parameters for offset-based pagination. |
PaginatedResponse<T> |
class | Response wrapper for paginated list endpoints. Contains the items for the current page and pagination… |
StreamingRequest |
class | Base class for streaming requests that process large datasets. Provides parameters for controlling… |
UpdateByPropertyRequest<TKey, TBody> |
class | Uniform request DTO for endpoints that update a resource located by a single key property. The key is… |
Types (39)
| Type | Kind | Purpose |
|---|---|---|
AdminEndpointBase<TResponse> |
class | Abstract base class for administrative endpoints that require the admin authorization policy. Rate… |
AdminEndpointBase<TRequest, TResponse> |
class | Abstract base class for administrative endpoints with a request body. Rate limiting defaults to (10000… |
ApiKeyMetadata |
class | Metadata associated with an API key. |
ApplicationBuilderExtensions |
class | Extension methods for configuring the Fdw Web Framework middleware pipeline. Provides fluent API for… |
AuthenticatedEndpointBase<TResponse> |
class | Abstract base class for authenticated endpoints that require valid credentials. Rate limiting defaults… |
AuthenticatedEndpointBase<TRequest, TResponse> |
class | Abstract base class for authenticated endpoints with a request body. Rate limiting defaults to (500… |
CommandEndpoint<TCommand> |
class | Command endpoint for commands that don't return specific data (void commands). Returns a success/failure… |
CommandEndpoint<TCommand, TResult> |
class | Base class for CQRS command operations with RBAC and validation. Commands are operations that modify… |
CrudCreateEndpoint<TCreateRequest, TDetail> |
class | Abstract base class for resource creation endpoints. Provides uniqueness checking (409), validation,… |
CrudDeleteEndpoint<TRequest> |
class | Abstract base class for resource deletion endpoints. Provides existence checking (404), pre-delete… |
CrudGetEndpoint<TRequest, TDetail> |
class | Abstract base class for get-by-name endpoints. Provides routing, authorization, 404 handling, error… |
CrudListEndpoint<TSummary> |
class | Abstract base class for list/summary endpoints that return a collection of resources. Provides… |
Installation
dotnet add package Fdw.Web.RestEndpoints --prerelease
Dependencies
Fdw.Collections · Fdw.Configuration · Fdw.MessageLogging.Abstractions · Fdw.Messages · Fdw.Operations.Abstractions · Fdw.Orchestration.Abstractions · Fdw.Results · Fdw.Services · Fdw.Services.Authentication.Abstractions · Fdw.Services.Data · Fdw.Services.Data.Abstractions · Fdw.Services.Scheduling.Abstractions · Fdw.Services.Settings · Fdw.Web.Endpoints · Fdw.Web.Http.Abstractions
Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · 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
- Cronos (>= 0.13.0)
- FastEndpoints (>= 8.1.0)
- FastEndpoints.Swagger (>= 8.1.0)
- Fdw.Collections (>= 1.0.0-rc.9)
- Fdw.Configuration (>= 1.0.0-rc.9)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Operations.Abstractions (>= 1.0.0-rc.9)
- Fdw.Orchestration.Abstractions (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Services (>= 1.0.0-rc.9)
- Fdw.Services.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Authentication.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Data (>= 1.0.0-rc.9)
- Fdw.Services.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Scheduling.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Settings (>= 1.0.0-rc.9)
- Fdw.Web.Endpoints (>= 1.0.0-rc.9)
- Fdw.Web.Http.Abstractions (>= 1.0.0-rc.9)
- Fdw.WebMcp.Abstractions (>= 1.0.0-rc.9)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.22.0)
- Microsoft.IdentityModel.Tokens (>= 8.22.0)
- Microsoft.OData.Edm (>= 8.4.3)
- Microsoft.OpenApi.Readers (>= 1.6.29)
- Newtonsoft.Json (>= 13.0.3)
- Polly.Core (>= 8.6.6)
- Serilog (>= 4.3.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.22.0)
NuGet packages (23)
Showing the top 5 NuGet packages that depend on Fdw.Web.RestEndpoints:
| Package | Downloads |
|---|---|
|
Fdw.Operations.Endpoints
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Users.Endpoints
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Notifications.Endpoints
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.SecretManagers.Endpoints
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Web.Api
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 | 63 | 8/25/2026 |
| 1.0.0-rc.8 | 73 | 8/25/2026 |
| 1.0.0-rc.6.1 | 257 | 8/20/2026 |
| 1.0.0-rc.6 | 255 | 8/20/2026 |
| 1.0.0-rc.5 | 316 | 8/19/2026 |
| 1.0.0-rc.4 | 243 | 8/19/2026 |
| 1.0.0-rc.3 | 242 | 8/17/2026 |
| 1.0.0-rc.1 | 108 | 8/10/2026 |