Liking cljdoc? Tell your friends :D

rex-sheridan.taklo.common

Common functionality and initialization entry point

Common functionality and initialization entry point
raw docstring

*endpoint*clj


*http-request*clj


*http-response-handler*clj


*json-write*clj


*standard-request*clj


create-authorizationclj

(create-authorization api-key api-token)
Returns a header map used for authorization as described by
https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/#passing-token-and-key-in-api-requests
raw docstring

default-endpoint-urlclj


endpoint-urlclj

(endpoint-url path)

init!clj

(init! {:keys [http-request-fn response-handler-fn json-write-fn endpoint-url
               api-key api-token debug]
        :or {endpoint-url default-endpoint-url
             http-request-fn identity
             response-handler-fn identity
             json-write-fn identity
             debug false}})

requestclj

(request req)
(request method path)
(request method path params)
(request method path body params)
(request method path body params request-base)

with-path-prefixclj

(with-path-prefix prefix id & segments)

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

× close