Liking cljdoc? Tell your friends :D

clj-slack.files


deleteclj

(delete connection file-id)

Deletes a file from your team.

Deletes a file from your team.
sourceraw docstring

infoclj

(info connection file-id)
(info connection file-id optionals)

Gets information about a team file. Optional arguments are:

  • count: number of items to return per page
  • page: page number of results to return
Gets information about a team file.
Optional arguments are:
- count: number of items to return per page
- page: page number of results to return
sourceraw docstring

listclj

(list connection)
(list connection optionals)

Lists & filters team files. Optional arguments are:

  • user: filter files created by a single user
  • ts_from: filter files created after this timestamp
  • ts_to: filter files created before this timestamp
  • types: filter files by type
  • count: number of items to return per page
  • page: page number of results to return
Lists & filters team files.
Optional arguments are:
- user: filter files created by a single user
- ts_from: filter files created after this timestamp
- ts_to: filter files created before this timestamp
- types: filter files by type
- count: number of items to return per page
- page: page number of results to return
sourceraw docstring

revoke-public-urlclj

(revoke-public-url connection file)

This method disables public/external sharing for a file.

This method disables public/external sharing for a file.
sourceraw docstring

shared-public-urlclj

(shared-public-url connection file)

This method enables public/external sharing for a file.

This method enables public/external sharing for a file.
sourceraw docstring

uploadclj

(upload connection content)
(upload connection content optionals)

Creates or uploads an existing file. Content can be a String, File or InputStream Optional arguments are:

  • filetype: internal file type identifier
  • filename: filename of file
  • title: title of file
  • initial_comment: initial comment to add to file
  • channels: list of channels to share the file into
Creates or uploads an existing file. Content can be a String, File or InputStream
Optional arguments are:
- filetype: internal file type identifier
- filename: filename of file
- title: title of file
- initial_comment: initial comment to add to file
- channels: list of channels to share the file into
sourceraw docstring

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

× close