Namespace Sisk.Documenting.Annotations
Classes
- ApiEndpointAttribute
Specifies an attribute for an API endpoint, allowing metadata such as name, description, and group to be associated with methods.
- ApiHeaderAttribute
Specifies an attribute for an API header, allowing metadata such as header name, description, and requirement status to be associated with methods.
- ApiParameterAttribute
Specifies an attribute for an API parameter, allowing metadata such as name, type, description, and requirement status to be associated with methods.
- ApiPathParameterAttribute
Specifies an attribute for an API path parameter, allowing metadata such as name, type, and description to be associated with methods.
- ApiRequestAttribute
Specifies an attribute for an API request, allowing metadata such as description, example language, and example content to be associated with methods.
- ApiResponseAttribute
Specifies an attribute for an API response, allowing metadata such as status code, description, example content, and example language to be associated with methods.