Liking cljdoc? Tell your friends :D

eve-api-client.core


build-cache-keyclj

(build-cache-key req-opts)

Create a cache key based on API values that make each call distinct.

Create a cache key based on API values that make each call distinct.
sourceraw docstring

build-req-optsclj

(build-req-opts path
                method
                {:keys [path-params body-param content-types accepts auth-names]
                 :as opts})

Reconstitute opts appropriate for request call from a general set of opts, path and method

Reconstitute opts appropriate for request call from a general set of opts, path and method
sourceraw docstring

cache-clear-by-tokenclj

(cache-clear-by-token token)

Remove any responses associated with the token parameter

Remove any responses associated with the token parameter
sourceraw docstring

cache-getclj

(cache-get req-opts)

For a given req-opt, see if there is a cached value. Do not check if expired

For a given req-opt, see if there is a cached value. Do not check if expired
sourceraw docstring

cache-put!clj

(cache-put! req-opts resp)

Cache the request based on the req-opt map

Cache the request based on the req-opt map
sourceraw docstring

call-apiclj

(call-api path method opts)

Call an API by making HTTP request and return its response.

Call an API by making HTTP request and return its response.
sourceraw docstring

filter-key-fnclj

(filter-key-fn token)

Create a reduce-kv function that filters the map by the given token

Create a reduce-kv function that filters the map by the given token
sourceraw docstring

parse-expiresclj

(parse-expires s)
source

req-cacheclj

source

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

× close