# Functions
Bool provides a helper function to return a pointer to a bool.
Float32 provides a helper function to return a pointer to a float32.
Float64 provides a helper function to return a pointer to a float64.
Int provides a helper function to return a pointer to an int.
Int64 provides a helper function to return a pointer to an int64.
New creates a new instance of the SDK with the provided options.
Pointer provides a helper function to return a pointer to a type.
String provides a helper function to return a pointer to a string.
WithClient allows the overriding of the default HTTP client used by the SDK.
No description provided by the author
WithSecurity configures the SDK to use the provided security details.
WithSecuritySource configures the SDK to invoke the Security Source function on each method call to determine authentication.
WithServerIndex allows the overriding of the default server by index.
WithServerURL allows the overriding of the default server URL.
WithTemplatedServerURL allows the overriding of the default server URL with a templated URL populated with the provided parameters.
WithTimeout Optional request timeout applied to each operation.
# Variables
ServerList contains the list of servers available to the SDK.
# Structs
Activity - Entity Events.
ElasticClusterAssignment - Elastic Cluster assignment for organizations.
Entities - CRUD Access for Entities.
No description provided by the author
Export and Import entities via files.
No description provided by the author
No description provided by the author
Relations - Entity Relationships.
SavedViews - Saved Views for Entities.
Schemas - Model Entities.
SDK - Entity API: Flexible data layer for epilot Entities.
Taxonomy - Taxonomies and Classifications.
# Interfaces
HTTPClient provides an interface for suplying the SDK with a custom HTTP client.
# Type aliases
No description provided by the author