Instream v0.18.0 Instream.Query.URL View Source
URL Utility.
Link to this section Summary
Functions
Appends authentication credentials to a URL
Appends a database to a URL
Appends an epoch value to a URL
Appends a precision value to a URL
Appends a query to a URL
Appends a retention policy to a URL
Returns the proper URL for a :ping
request
Returns the proper URL for a :query
request
Returns the proper URL for a :status
request
Returns the proper URL for a :write
request
Link to this section Functions
Appends authentication credentials to a URL.
Appends a database to a URL.
append_epoch(String.t(), Instream.Encoder.Precision.t()) :: String.t()
Appends an epoch value to a URL.
The allowed values are identical to the precision parameters of write queries.
append_precision(String.t(), Instream.Encoder.Precision.t()) :: String.t()
Appends a precision value to a URL.
Appends a query to a URL.
Appends a retention policy to a URL.
Returns the proper URL for a :ping
request.
Returns the proper URL for a :query
request.
Returns the proper URL for a :status
request.
Returns the proper URL for a :write
request.