Class RESTResponse<T>
Implements
Inherited Members
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public sealed class RESTResponse<T> : RESTResponse, IResult
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Edit this page View SourceBody
Declaration
public T Body { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
HasBody
Whether the API response has an empty body.
Declaration
public override bool HasBody { get; }
Property Value
| Type | Description |
|---|---|
| bool |