Fred Type
Represents a type for accessing the Fred API. You must provide an api key.
Example
let myFred = Fred "insert your API key here"
val myFred: obj
or
let myFred = Fred.loadKey "fredKey.json"
val myFred: obj
Constructors
Constructor | Description |
|
Instance members
Instance member | Description |
Full Usage:
this.Key
Returns: string
|
|
|
|
Static members
Static member | Description |
Full Usage:
Fred.loadKey keyFile
Parameters:
string
Returns: string
|