Liking cljdoc? Tell your friends :D

obelisk-ui.api


curr-userclj

(curr-user {:keys [server-address basic-auth cookie] :as opts})

Returns information about the currently logged in user

Returns information about the currently logged in user
sourceraw docstring

dashboardclj

(dashboard {:keys [server-address basic-auth cookie] :as opts})

Returns the information displayed on the dashboard of the obelisk ui

Returns the information displayed on the dashboard of the obelisk ui
sourceraw docstring

diagnosticsclj

(diagnostics {:keys [server-address basic-auth cookie] :as opts})

Returns diagnostics information

Returns diagnostics information
sourceraw docstring

loginclj

(login username password {:keys [server-address basic-auth]})

Returns the cookie that is set after logging into the obelisk ui Supports basic auth by using the :basic-auth key

Returns the cookie that is set after logging into the obelisk ui
Supports basic auth by using the :basic-auth key
sourceraw docstring

miningclj

(mining {:keys [server-address basic-auth cookie] :as opts})

Returns the currently set mining config

Returns the currently set mining config
sourceraw docstring

networkclj

(network {:keys [server-address basic-auth cookie] :as opts})

Returns the currently set network config

Returns the currently set network config
sourceraw docstring

poolsclj

(pools {:keys [server-address basic-auth cookie] :as opts})

Returns information about the pools that are currently setup on the obelisk

Returns information about the pools that are currently setup on the obelisk
sourceraw docstring

systemclj

(system {:keys [server-address basic-auth cookie] :as opts})

Returns the currently set system config

Returns the currently set system config
sourceraw docstring

versionsclj

(versions {:keys [server-address basic-auth cookie] :as opts})

Returns the versions of the software running on the obelisk

Returns the versions of the software running on the obelisk
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close