(authenticate session)
Authenticates with appnexus an updates the session with the result
Authenticates with appnexus an updates the session with the result
(build-request content-type query)
(extract-rate-limit-headers {:keys [headers] :as resp})
(service-get session name & [query])
(service-get* session name content-type query)
(service-get-stream session name & [query])
(service-get-string session name & [query])
(wrap-appnexus-request client)
(wrap-appnexus-response client)
Extracts the Appnexus response, checks it's status and strips the wrapper from the http response
Extracts the Appnexus response, checks it's status and strips the wrapper from the http response
(wrap-exceptions client)
Middleware that throws a slingshot exception if the response is not a regular response. If :throw-entire-message? is set to true, the entire response is used as the message, instead of just the status number.
Middleware that throws a slingshot exception if the response is not a regular response. If :throw-entire-message? is set to true, the entire response is used as the message, instead of just the status number.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close