Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the cl-scribd Reference Manual, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 12:46:20 2020 GMT+0.
• Introduction | What cl-scribd 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 Scribd API. http://www.scribd.com/developers Setup: (ql:quickload :cl-scribd) (in-package :cl-scribd) (setf *api-key* "my-api-key") Basically consists of one macro for building api calls. There are examples of most API calls in the code. Structure: (build-api-call) Build the call: (build-api-call docs.getList ()) Use it: (docs.getList) Something more elaborate: Build: (build-api-call docs.getDownloadUrl (doc_id doc_type)) Call: (docs.getDownloadUrl :doc_id "60920304" :doc_type "original") Result: " "
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The cl-scribd system |
Jose Pereira <jsmpereira@gmail.com>
Commong Lisp Client for the Scribd API.
cl-scribd.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The cl-scribd.asd file | ||
• The cl-scribd/package.lisp file | ||
• The cl-scribd/cl-scribd.lisp file |
Next: The cl-scribd/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
cl-scribd.asd
cl-scribd (system)
Next: The cl-scribd/cl-scribd․lisp file, Previous: The cl-scribd․asd file, Up: Lisp files [Contents][Index]
Previous: The cl-scribd/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
cl-scribd (system)
cl-scribd.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The cl-scribd 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 special variables | ||
• Exported macros |
Next: Exported macros, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
cl-scribd.lisp (file)
cl-scribd.lisp (file)
Previous: Exported special variables, Up: Exported definitions [Contents][Index]
cl-scribd.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-scribd.lisp (file)
Previous: Internal special variables, Up: Internal definitions [Contents][Index]
cl-scribd.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: | B F M |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
B | |||
build-api-call : | Exported macros | ||
build-api-sig : | Internal functions | ||
| |||
F | |||
Function, build-api-sig : | Internal functions | ||
| |||
M | |||
Macro, build-api-call : | Exported macros | ||
|
Jump to: | B F M |
---|
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-scribd : | The cl-scribd system | ||
cl-scribd : | The cl-scribd package | ||
| |||
P | |||
Package, cl-scribd : | The cl-scribd package | ||
| |||
S | |||
System, cl-scribd : | The cl-scribd system | ||
|
Jump to: | C P S |
---|