Class Configuration
Configuration related to existing game endpoints. This class is used by HaloInfiniteClient to get the general list of available API endpoints.
Inheritance
System.Object
Configuration
Namespace: Den.Dev.Grunt.Models.ApiIngress
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class Configuration
Constructors
| Name | Description |
|---|---|
| Configuration() |
Properties
| Name | Description |
|---|---|
| Authorities | Gets or sets the list of available authorities. |
| Endpoints | Gets or sets the list of available API endpoints that map to Authorities. |
| RetryPolicies | Gets or sets the list of designated retry policies for supported endpoints. |
| Settings | Gets or sets the generalized list of app settings such as HTTP request and response headers, whether logging is enabled or not, and others. |