# Functions

New returns a new JSON-LD command instance.
WithHTTPClient sets the custom HTTP client.

# Constants

AddContextsCommandMethod is a command method for adding contexts.
AddContextsErrorCode is an error code for AddContexts command.
AddRemoteProviderCommandMethod is a command method for adding new remote provider.
AddRemoteProviderErrorCode is an error code for AddRemoteProvider command.
CommandName is a base command name for JSON-LD operations.
DeleteRemoteProviderCommandMethod is a command method for deleting provider and contexts from that provider.
DeleteRemoteProviderErrorCode is an error code for DeleteRemoteProvider command.
GetAllRemoteProvidersCommandMethod is a command method for getting list of all remote providers.
GetAllRemoteProvidersErrorCode is an error code for GetAllRemoteProviders command.
InvalidRequestErrorCode is an error code for invalid requests.
RefreshAllRemoteProvidersCommandMethod is a command method for refreshing contexts from all remote providers.
RefreshAllRemoteProvidersErrorCode is an error code for RefreshAllRemoteProviders command.
RefreshRemoteProviderCommandMethod is a command method for refreshing contexts from the remote provider.
RefreshRemoteProviderErrorCode is an error code for RefreshRemoteProvider command.

# Structs

AddContextsRequest is a request model for adding JSON-LD contexts.
AddRemoteProviderRequest is a request model for adding a new remote context provider.
Command contains command operations.
GetAllRemoteProvidersResponse is a response model for listing all remote providers.
ProviderID is a request/response model for operations that involve remote provider ID.

# Interfaces

HTTPClient represents an HTTP client.

# Type aliases

Option configures the JSON-LD command.