Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the cl-dropbox Reference Manual, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 12:14:28 2020 GMT+0.
• Introduction | What cl-dropbox is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
Common Lisp Client for the Dropbox API. Access your dropbox account through Common Lisp. Go to https://www.dropbox.com/developers/apps and create an app to get credentials. cl-oauth complains if the content type is not text. (push '("application" . "x-www-form-urlencoded") drakma:*text-content-types*) (ql:quickload :cl-dropbox) (in-package :cl-dropbox) (set-credentials :key "my-api-key" :secret "my-api-secret") Obtain request token (get-request-token) Authorize your app (authorize-app) Obtain access token (get-access-token) Use the API (get-account-info) TODO - Implement missing API methods - Code refactoring
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The cl-dropbox system |
Jose Pereira <jsmpereira@gmail.com>
Common Lisp Client for the Dropbox API.
cl-dropbox.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The cl-dropbox.asd file | ||
• The cl-dropbox/package.lisp file | ||
• The cl-dropbox/cl-dropbox.lisp file |
Next: The cl-dropbox/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
cl-dropbox.asd
cl-dropbox (system)
Next: The cl-dropbox/cl-dropbox․lisp file, Previous: The cl-dropbox․asd file, Up: Lisp files [Contents][Index]
cl-dropbox (system)
package.lisp
Previous: The cl-dropbox/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
cl-dropbox (system)
cl-dropbox.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The cl-dropbox package |
package.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
cl-dropbox.lisp (file)
Creates a folder.
cl-dropbox.lisp (file)
Deletes a file or folder.
cl-dropbox.lisp (file)
Returns metadata for all files and folders that match the search query.
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
Retrieves information about the user’s account.
cl-dropbox.lisp (file)
Downloads a file. Note that this call goes to the api-content server.
cl-dropbox.lisp (file)
Retrieves file and folder metadata.
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
Obtains metadata for the previous revisions of a file.
cl-dropbox.lisp (file)
Returns a link directly to a file.
cl-dropbox.lisp (file)
Restores a file path to a previous revision.
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
Creates and returns a shareable link to files or folders.
cl-dropbox.lisp (file)
Gets a thumbnail for an image. Note that this call goes to the api-content server.
cl-dropbox.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal special variables | ||
• Internal functions |
Next: Internal functions, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
Previous: Internal special variables, Up: Internal definitions [Contents][Index]
cl-dropbox.lisp (file)
cl-dropbox.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | C F L |
---|
Jump to: | C F L |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | A C D E F G H M R S T |
---|
Jump to: | A C D E F G H M R S T |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C P S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
C | |||
cl-dropbox : | The cl-dropbox system | ||
cl-dropbox : | The cl-dropbox package | ||
| |||
P | |||
Package, cl-dropbox : | The cl-dropbox package | ||
| |||
S | |||
System, cl-dropbox : | The cl-dropbox system | ||
|
Jump to: | C P S |
---|