Liking cljdoc? Tell your friends :D

matrix-client-server-api.api.media


get-contentclj

(get-content server-name media-id)

Download content from the content repository.

Download content from the content repository.
raw docstring

get-content-override-nameclj

(get-content-override-name server-name media-id file-name)

Download content from the content repository as a given filename.

Download content from the content repository as a given filename.
raw docstring

get-content-override-name-with-http-infoclj

(get-content-override-name-with-http-info server-name media-id file-name)

Download content from the content repository as a given filename.

Download content from the content repository as a given filename.
raw docstring

get-content-thumbnailclj

(get-content-thumbnail server-name media-id)
(get-content-thumbnail server-name media-id optional-params)

Download a thumbnail of the content from the content repository.

Download a thumbnail of the content from the content repository.
raw docstring

get-content-thumbnail-with-http-infoclj

(get-content-thumbnail-with-http-info server-name media-id)
(get-content-thumbnail-with-http-info server-name
                                      media-id
                                      {:keys [width height method]})

Download a thumbnail of the content from the content repository.

Download a thumbnail of the content from the content repository.
raw docstring

get-content-with-http-infoclj

(get-content-with-http-info server-name media-id)

Download content from the content repository.

Download content from the content repository.
raw docstring

get-url-previewclj

(get-url-preview url)
(get-url-preview url optional-params)

Get information about a URL for a client

Get information about a URL for a client
raw docstring

get-url-preview-with-http-infoclj

(get-url-preview-with-http-info url)
(get-url-preview-with-http-info url {:keys [ts]})

Get information about a URL for a client

Get information about a URL for a client
raw docstring

upload-contentclj

(upload-content content)
(upload-content content optional-params)

Upload some content to the content repository.

Upload some content to the content repository.
raw docstring

upload-content-with-http-infoclj

(upload-content-with-http-info content)
(upload-content-with-http-info content {:keys [content-type filename]})

Upload some content to the content repository.

Upload some content to the content repository.
raw docstring

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

× close