Common functionality and initialization entry point
Common functionality and initialization entry point
(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
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
(endpoint-url path)(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}})(request req)(request method path)(request method path params)(request method path body params)(request method path body params request-base)(with-path-prefix prefix id & segments)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |