Liking cljdoc? Tell your friends :D

monkey.oci.os.core

Higher level core functionality. These mostly delegate to the martian ns, which provides the actual HTTP invocation functions.

Higher level core functionality.  These mostly delegate to the `martian` ns,
which provides the actual HTTP invocation functions.
raw docstring

abort-multipart-uploadclj

source

commit-multipart-uploadclj

source

copy-objectclj

source

create-multipart-uploadclj

source

delete-objectclj

source

get-bucketclj

source

get-namespaceclj

source

get-objectclj

source

head-objectclj

(head-object client args)
source

invoke-endpointclj

(invoke-endpoint client ep params)

Invokes the given endpoint using the client by sending a request to the configured Martian route. If the response has a success status, it returns the body. Otherwise an exception is thrown. To emphasize the remote nature of the request, and also because Httpkit works async, this returns a Manifold deferred.

Invokes the given endpoint using the client by sending a request to
the configured Martian route.  If the response has a success status,
it returns the body.  Otherwise an exception is thrown.  To emphasize
the remote nature of the request, and also because Httpkit works async,
this returns a Manifold `deferred`.
sourceraw docstring

list-bucketsclj

source

list-multipart-upload-partsclj

source

list-multipart-uploadsclj

source

list-objectsclj

source

make-clientclj

source

put-objectclj

source

rename-objectclj

source

upload-partclj

source

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

× close