Liking cljdoc? Tell your friends :D
Clojure only.

walterl.investec-api.http


GETclj

(GET token path & [query-opts])

Performs GET request against API, returning parsed and keywordized JSON :body, :headers and :status.

token as returned by walterl.investec-api.auth/access-token.

Performs GET request against API, returning parsed and keywordized JSON
`:body`, `:headers` and `:status`.

`token` as returned by [[walterl.investec-api.auth/access-token]].
raw docstring

POSTclj

(POST token path body & [query-opts])

Performs POST request against API, returning parsed and keywordized JSON :body, :headers and :status.

token as returned by walterl.investec-api.auth/access-token. May be nil.

Performs POST request against API, returning parsed and keywordized JSON
`:body`, `:headers` and `:status`.

`token` as returned by [[walterl.investec-api.auth/access-token]]. May be
`nil`.
raw docstring

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

× close