Liking cljdoc? Tell your friends :D

pocketenv-io.client

Low-level HTTP client for the Pocketenv XRPC API.

Configuration (resolved in priority order):

  • POCKETENV_API_URL env var (or default https://api.pocketenv.io)
  • POCKETENV_TOKEN env var
  • ~/.pocketenv/token.json file ({"token": "..."})
Low-level HTTP client for the Pocketenv XRPC API.

Configuration (resolved in priority order):
  - POCKETENV_API_URL env var   (or default https://api.pocketenv.io)
  - POCKETENV_TOKEN env var
  - ~/.pocketenv/token.json file ({"token": "..."})
raw docstring

base-urlclj

(base-url)
source

getclj

(get path opts)

HTTP GET. opts may contain :token and :params.

HTTP GET. opts may contain :token and :params.
sourceraw docstring

postclj

(post path body opts)

HTTP POST. opts may contain :token and :params.

HTTP POST. opts may contain :token and :params.
sourceraw docstring

tokenclj

(token)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close