Liking cljdoc? Tell your friends :D

halboy.navigator


default-settingsclj

source

deleteclj

(delete navigator link)
(delete navigator link params)

Delete content of a link in an API.

Delete content of a link in an API.
sourceraw 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.
sourceraw docstring

follow-redirectclj

(follow-redirect navigator)

Fetches the url of the location header

Fetches the url of the location header
sourceraw 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.
sourceraw docstring

get-headerclj

(get-header navigator header)

Retrieves a specified header from the response

Retrieves a specified header from the response
sourceraw 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.
sourceraw docstring

locationclj

(location navigator)

Gets the current location of the navigator

Gets the current location of the navigator
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

resourceclj

(resource navigator)

Gets the resource from the navigator

Gets the resource from the navigator
sourceraw docstring

responseclj

(response navigator)

Gets the last response from the navigator

Gets the last response from the navigator
sourceraw 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.
sourceraw docstring

set-headerclj

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

Sets a header for all subsequent calls

Sets a header for all subsequent calls
sourceraw docstring

settingsclj

(settings navigator)

Gets the navigation settings

Gets the navigation settings
sourceraw 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
sourceraw docstring

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

× close