Liking cljdoc? Tell your friends :D

connectwise.core


get-all-connectwiseclj

(get-all-connectwise path & [params])

Gets a connectwise path and returns the results in a seq of hash-maps This will get all results, so take care to specify conditions via the params

See README.md for examples

Gets a connectwise *path* and returns the results in a seq of hash-maps
This will get *all* results, so take care to specify conditions via the params

See README.md for examples
sourceraw docstring

get-connectwiseclj

(get-connectwise path & [params])

Gets a connectwise path and returns the results in a hash-map Per the connectwise spec we will return 25 results, unless pagesize is specified through the optional params Generally you want to use this if you are only expecting one result (ie /system/info)

The optional params are a hash-map. See README.md for examples

Gets a connectwise *path* and returns the results in a hash-map
Per the connectwise spec we will return 25 results, unless *pagesize* is specified through the optional params
Generally you want to use this if you are only expecting one result (ie /system/info)

The optional params are a hash-map.  See README.md for examples
sourceraw docstring

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

× close