|
|
|
Description |
Implementation of the RAPI client interface.
|
|
Synopsis |
|
|
|
Documentation |
|
getUrl :: Monad m => String -> IO (m String) | Source |
|
Read an URL via curl and return the body if successful.
|
|
formatHost :: String -> String | Source |
|
Append the default port if not passed in.
|
|
|
Parse a instance list in JSON format.
|
|
|
Parse a node list in JSON format.
|
|
|
Construct an instance from a JSON object.
|
|
|
Construct a node from a JSON object.
|
|
|
:: String | Cluster or URL to use as source
| -> IO (Result (AssocList, AssocList, [String])) | | Builds the cluster data from an URL.
|
|
|
Produced by Haddock version 2.4.2 |