Liking cljdoc? Tell your friends :D

halboy.navigator


build-errorclj

(build-error response)

default-settingsclj


deleteclj

(delete navigator link)
(delete navigator link params)

Delete content of a link in an API.

Delete content of a link in an API.
raw docstring

discoverclj

(discover href)
(discover href settings)

Starts a conversation with an API. Use this on the discovery endpoint.

Starts a conversation with an API. Use this on the discovery endpoint.
raw docstring

error-descriptionsclj


failed?clj

(failed? response)

focusclj

(focus navigator key-or-keys)

Focuses navigator on embedded resource.

Focuses navigator on embedded resource.
raw docstring

follow-redirectclj

(follow-redirect navigator)

Fetches the url of the location header

Fetches the url of the location header
raw docstring

getclj

(get navigator link)
(get navigator link params)

Fetches the contents of a link in an API.

Fetches the contents of a link in an API.
raw docstring

get-headerclj

(get-header navigator header)

Retrieves a specified header from the response

Retrieves a specified header from the response
raw docstring

(head navigator link)
(head navigator link params)

Performs a HEAD request against a link in an API.

Performs a HEAD request against a link in an API.
raw docstring

locationclj

(location navigator)

Gets the current location of the navigator

Gets the current location of the navigator
raw docstring


patchclj

(patch navigator link body)
(patch navigator link params body)

Patch content to a link in an API.

Patch content to a link in an API.
raw docstring

postclj

(post navigator link body)
(post navigator link params body)

Posts content to a link in an API.

Posts content to a link in an API.
raw docstring

putclj

(put navigator link body)
(put navigator link params body)

Puts content to a link in an API.

Puts content to a link in an API.
raw docstring

resourceclj

(resource navigator)

Gets the resource from the navigator

Gets the resource from the navigator
raw docstring

responseclj

(response navigator)

Gets the last response from the navigator

Gets the last response from the navigator
raw docstring

resumeclj

(resume resource)
(resume resource settings)

Resumes a conversation with an API. Your resource needs a self link for this to work. If your self link is not absolute, you can pass an absolute url in the :resume-from key in the settings parameter.

Resumes a conversation with an API. Your resource needs a self
link for this to work. If your self link is not absolute, you
can pass an absolute url in the :resume-from key in the settings
parameter.
raw docstring

set-headerclj

(set-header navigator header-key header-value)

Sets a header for all subsequent calls

Sets a header for all subsequent calls
raw docstring

settingsclj

(settings navigator)

Gets the navigation settings

Gets the navigation settings
raw docstring

statusclj

(status navigator)

Gets the status code from the last response from the navigator

Gets the status code from the last response from the navigator
raw docstring

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

× close