Class ApiEndpointResponse
- Namespace
- Sisk.Documenting
- Assembly
- Sisk.Documenting.dll
Represents a response for an API endpoint, including the status code and example content.
public sealed class ApiEndpointResponse
- Inheritance
-
ApiEndpointResponse
- Inherited Members
Properties
- Description
Gets the description of the response.
- Example
Gets the example response content.
- ExampleLanguage
Gets the programming language used in the example, if applicable.
- StatusCode
Gets the HTTP status code for the response.