ElixirDropbox v0.0.8 ElixirDropbox.Paper.Docs
Link to this section Summary
Functions
Marks the given Paper doc as archived
Creates a new Paper doc with the provided content
Exports and downloads Paper doc either as HTML or markdown
Return the list of all Paper docs according to the argument specifications
Updates an existing Paper doc with the provided content
Retrieves folder information for the given Paper doc
Permanently deletes the given Paper doc
Link to this section Functions
Marks the given Paper doc as archived.
Example
ElixirDropbox.Paper.Docs.docs_archive client, “”
More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-create
Creates a new Paper doc with the provided content.
Example
ElixirDropbox.Paper.Docs.docs_create client, “”, “”, “”
More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-create
Exports and downloads Paper doc either as HTML or markdown.
Example
ElixirDropbox.Paper.Docs.docs_download client, “”, “”
More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-download
Return the list of all Paper docs according to the argument specifications.
Example
ElixirDropbox.Paper.Docs.docs_list client
More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-list
Updates an existing Paper doc with the provided content.
Example
ElixirDropbox.Paper.Docs.docs_update client, “”, “”, “”, “”, “”
More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-download
Retrieves folder information for the given Paper doc.
Example
ElixirDropbox.Paper.Docs.get_folder_info client, “”, “”
More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-get_folder_info
Permanently deletes the given Paper doc.
Example
ElixirDropbox.Paper.Docs.permanently_delete client
More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-list