This is the cl-gists Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri Sep 15 03:59:08 2023 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-gists
Gists API Wrapper for Common Lisp.
Rudolph Miller
MIT
0.1
cl-syntax
(system).
cl-syntax-annot
(system).
alexandria
(system).
local-time
(system).
trivial-types
(system).
quri
(system).
dexador
(system).
babel
(system).
jonathan
(system).
uiop
(system).
src
(module).
Modules are listed depth-first from the system components tree.
cl-gists/src
cl-gists
(system).
util.lisp
(file).
user.lisp
(file).
file.lisp
(file).
fork.lisp
(file).
history.lisp
(file).
gist.lisp
(file).
api.lisp
(file).
cl-gists.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-gists/cl-gists.asd
cl-gists/src/util.lisp
cl-gists/src/user.lisp
cl-gists/src/file.lisp
cl-gists/src/fork.lisp
cl-gists/src/history.lisp
cl-gists/src/gist.lisp
cl-gists/src/api.lisp
cl-gists/src/cl-gists.lisp
cl-gists/src/util.lisp
src
(module).
*credentials*
(special variable).
*github-oauth-token-env-var*
(special variable).
*github-password-env-var*
(special variable).
*github-username-env-var*
(special variable).
delete-request
(function).
format-timestring-for-api
(function).
get-request
(function).
oauth-token
(generic function).
parse-json
(function).
password
(generic function).
patch-request
(function).
post-request
(function).
put-request
(function).
request
(function).
username
(generic function).
*raw-keyword*
(special variable).
cl-gists/src/user.lisp
util.lisp
(file).
src
(module).
make-user
(function).
user
(structure).
user-avatar-url
(reader).
(setf user-avatar-url)
(writer).
user-events-url
(reader).
(setf user-events-url)
(writer).
user-followers-url
(reader).
(setf user-followers-url)
(writer).
user-following-url
(reader).
(setf user-following-url)
(writer).
user-gists-url
(reader).
(setf user-gists-url)
(writer).
user-html-url
(reader).
(setf user-html-url)
(writer).
user-id
(reader).
(setf user-id)
(writer).
user-login
(reader).
(setf user-login)
(writer).
user-organizations-url
(reader).
(setf user-organizations-url)
(writer).
user-received-events-url
(reader).
(setf user-received-events-url)
(writer).
user-repos-url
(reader).
(setf user-repos-url)
(writer).
user-site-admin
(reader).
(setf user-site-admin)
(writer).
user-starred-url
(reader).
(setf user-starred-url)
(writer).
user-subscriptions-url
(reader).
(setf user-subscriptions-url)
(writer).
user-type
(reader).
(setf user-type)
(writer).
user-url
(reader).
(setf user-url)
(writer).
copy-user
(function).
user-gravatar-id
(reader).
(setf user-gravatar-id)
(writer).
user-p
(function).
cl-gists/src/file.lisp
user.lisp
(file).
src
(module).
file
(structure).
file-content
(reader).
(setf file-content)
(writer).
file-language
(reader).
(setf file-language)
(writer).
file-name
(reader).
(setf file-name)
(writer).
file-old-name
(reader).
file-raw-url
(reader).
(setf file-raw-url)
(writer).
file-size
(reader).
(setf file-size)
(writer).
file-truncated
(reader).
(setf file-truncated)
(writer).
file-type
(reader).
(setf file-type)
(writer).
make-file
(function).
make-files
(function).
cl-gists/src/fork.lisp
file.lisp
(file).
src
(module).
fork
(structure).
fork-created-at
(reader).
(setf fork-created-at)
(writer).
fork-id
(reader).
(setf fork-id)
(writer).
fork-updated-at
(reader).
(setf fork-updated-at)
(writer).
fork-url
(reader).
(setf fork-url)
(writer).
fork-user
(reader).
(setf fork-user)
(writer).
make-fork
(function).
make-forks
(function).
%make-fork
(function).
copy-fork
(function).
fork-p
(function).
cl-gists/src/history.lisp
fork.lisp
(file).
src
(module).
history
(structure).
history-additions
(reader).
(setf history-additions)
(writer).
history-committed-at
(reader).
(setf history-committed-at)
(writer).
history-deletions
(reader).
(setf history-deletions)
(writer).
history-total
(reader).
(setf history-total)
(writer).
history-url
(reader).
(setf history-url)
(writer).
history-user
(reader).
(setf history-user)
(writer).
history-version
(reader).
(setf history-version)
(writer).
make-histories
(function).
make-history
(function).
%make-history
(function).
copy-history
(function).
history-p
(function).
cl-gists/src/gist.lisp
history.lisp
(file).
src
(module).
gist
(structure).
gist-comments
(reader).
(setf gist-comments)
(writer).
gist-comments-url
(reader).
(setf gist-comments-url)
(writer).
gist-commits-url
(reader).
(setf gist-commits-url)
(writer).
gist-created-at
(reader).
(setf gist-created-at)
(writer).
gist-description
(reader).
(setf gist-description)
(writer).
gist-files
(reader).
(setf gist-files)
(writer).
gist-fork-of
(reader).
(setf gist-fork-of)
(writer).
gist-forks
(reader).
(setf gist-forks)
(writer).
gist-forks-url
(reader).
(setf gist-forks-url)
(writer).
gist-git-pull-url
(reader).
(setf gist-git-pull-url)
(writer).
gist-git-push-url
(reader).
(setf gist-git-push-url)
(writer).
gist-history
(reader).
(setf gist-history)
(writer).
gist-html-url
(reader).
(setf gist-html-url)
(writer).
gist-id
(reader).
(setf gist-id)
(writer).
gist-owner
(reader).
(setf gist-owner)
(writer).
gist-public
(reader).
(setf gist-public)
(writer).
gist-updated-at
(reader).
(setf gist-updated-at)
(writer).
gist-url
(reader).
(setf gist-url)
(writer).
gist-user
(reader).
(setf gist-user)
(writer).
make-gist
(function).
make-gists
(function).
%make-gist
(function).
copy-gist
(function).
gist-p
(function).
gist-truncated
(reader).
(setf gist-truncated)
(writer).
cl-gists/src/api.lisp
gist.lisp
(file).
src
(module).
create-gist
(function).
delete-gist
(function).
edit-gist
(function).
fork-gist
(function).
get-gist
(function).
gist-starred-p
(function).
list-gist-commits
(function).
list-gist-forks
(function).
list-gists
(function).
star-gist
(function).
unstar-gist
(function).
+api-base-uri+
(special variable).
check-credentials
(function).
get-gist-id
(function).
Packages are listed by definition order.
cl-gists.gist
cl-gists.file
cl-gists.util
cl-gists.fork
cl-gists.user
cl-gists.api
cl-gists
cl-gists.history
cl-gists.gist
cl-annot.doc
.
cl-gists.file
.
cl-gists.fork
.
cl-gists.history
.
cl-gists.user
.
cl-gists.util
.
common-lisp
.
gist
(structure).
gist-comments
(reader).
(setf gist-comments)
(writer).
gist-comments-url
(reader).
(setf gist-comments-url)
(writer).
gist-commits-url
(reader).
(setf gist-commits-url)
(writer).
gist-created-at
(reader).
(setf gist-created-at)
(writer).
gist-description
(reader).
(setf gist-description)
(writer).
gist-files
(reader).
(setf gist-files)
(writer).
gist-fork-of
(reader).
(setf gist-fork-of)
(writer).
gist-forks
(reader).
(setf gist-forks)
(writer).
gist-forks-url
(reader).
(setf gist-forks-url)
(writer).
gist-git-pull-url
(reader).
(setf gist-git-pull-url)
(writer).
gist-git-push-url
(reader).
(setf gist-git-push-url)
(writer).
gist-history
(reader).
(setf gist-history)
(writer).
gist-html-url
(reader).
(setf gist-html-url)
(writer).
gist-id
(reader).
(setf gist-id)
(writer).
gist-owner
(reader).
(setf gist-owner)
(writer).
gist-public
(reader).
(setf gist-public)
(writer).
gist-updated-at
(reader).
(setf gist-updated-at)
(writer).
gist-url
(reader).
(setf gist-url)
(writer).
gist-user
(reader).
(setf gist-user)
(writer).
make-gist
(function).
make-gists
(function).
%make-gist
(function).
copy-gist
(function).
gist-p
(function).
gist-truncated
(reader).
(setf gist-truncated)
(writer).
cl-gists.file
cl-annot.doc
.
cl-gists.util
.
common-lisp
.
file
(structure).
file-content
(reader).
(setf file-content)
(writer).
file-language
(reader).
(setf file-language)
(writer).
file-name
(reader).
(setf file-name)
(writer).
file-old-name
(reader).
file-raw-url
(reader).
(setf file-raw-url)
(writer).
file-size
(reader).
(setf file-size)
(writer).
file-truncated
(reader).
(setf file-truncated)
(writer).
file-type
(reader).
(setf file-type)
(writer).
make-file
(function).
make-files
(function).
cl-gists.util
cl-annot.doc
.
common-lisp
.
*credentials*
(special variable).
*github-oauth-token-env-var*
(special variable).
*github-password-env-var*
(special variable).
*github-username-env-var*
(special variable).
delete-request
(function).
format-timestring-for-api
(function).
get-request
(function).
oauth-token
(generic function).
parse-json
(function).
password
(generic function).
patch-request
(function).
post-request
(function).
put-request
(function).
request
(function).
username
(generic function).
*raw-keyword*
(special variable).
cl-gists.fork
cl-annot.doc
.
cl-gists.user
.
common-lisp
.
fork
(structure).
fork-created-at
(reader).
(setf fork-created-at)
(writer).
fork-id
(reader).
(setf fork-id)
(writer).
fork-updated-at
(reader).
(setf fork-updated-at)
(writer).
fork-url
(reader).
(setf fork-url)
(writer).
fork-user
(reader).
(setf fork-user)
(writer).
make-fork
(function).
make-forks
(function).
%make-fork
(function).
copy-fork
(function).
fork-p
(function).
cl-gists.user
cl-annot.doc
.
common-lisp
.
make-user
(function).
user
(slot).
user
(slot).
user
(structure).
user
(slot).
user-avatar-url
(reader).
(setf user-avatar-url)
(writer).
user-events-url
(reader).
(setf user-events-url)
(writer).
user-followers-url
(reader).
(setf user-followers-url)
(writer).
user-following-url
(reader).
(setf user-following-url)
(writer).
user-gists-url
(reader).
(setf user-gists-url)
(writer).
user-html-url
(reader).
(setf user-html-url)
(writer).
user-id
(reader).
(setf user-id)
(writer).
user-login
(reader).
(setf user-login)
(writer).
user-organizations-url
(reader).
(setf user-organizations-url)
(writer).
user-received-events-url
(reader).
(setf user-received-events-url)
(writer).
user-repos-url
(reader).
(setf user-repos-url)
(writer).
user-site-admin
(reader).
(setf user-site-admin)
(writer).
user-starred-url
(reader).
(setf user-starred-url)
(writer).
user-subscriptions-url
(reader).
(setf user-subscriptions-url)
(writer).
user-type
(reader).
(setf user-type)
(writer).
user-url
(reader).
(setf user-url)
(writer).
copy-user
(function).
user-gravatar-id
(reader).
(setf user-gravatar-id)
(writer).
user-p
(function).
cl-gists.api
cl-annot.doc
.
cl-gists.file
.
cl-gists.fork
.
cl-gists.gist
.
cl-gists.history
.
cl-gists.user
.
cl-gists.util
.
common-lisp
.
quri
.
create-gist
(function).
delete-gist
(function).
edit-gist
(function).
fork-gist
(function).
get-gist
(function).
gist-starred-p
(function).
list-gist-commits
(function).
list-gist-forks
(function).
list-gists
(function).
star-gist
(function).
unstar-gist
(function).
+api-base-uri+
(special variable).
check-credentials
(function).
get-gist-id
(function).
cl-gists.history
cl-annot.doc
.
cl-gists.user
.
cl-gists.util
.
common-lisp
.
history
(slot).
history
(structure).
history-additions
(reader).
(setf history-additions)
(writer).
history-committed-at
(reader).
(setf history-committed-at)
(writer).
history-deletions
(reader).
(setf history-deletions)
(writer).
history-total
(reader).
(setf history-total)
(writer).
history-url
(reader).
(setf history-url)
(writer).
history-user
(reader).
(setf history-user)
(writer).
history-version
(reader).
(setf history-version)
(writer).
make-histories
(function).
make-history
(function).
%make-history
(function).
copy-history
(function).
history-p
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Global variable of credentials.
Environment variable for a OAuth token of GitHub.
Environment variable for a password of GitHub.
Environment variable for a username of GitHub.
Create a gist.
Delete a gist.
Edit a gist.
name
.
size
.
type
.
Fork a gist.
user
.
Get a single gist.
Check if a gist starred.
user
.
url
.
user
.
List gist commits.
List gist forks.
List gists.
Star a gist.
Unstar a gist.
type
.
Return the OAuth token.
Return the password.
Return the username.
Structure of File.
structure-object
.
(or null string)
(or null integer)
(or null string)
common-lisp
.
(or null string)
boolean
(or null string)
(or null string)
(or null string)
This slot is read-only.
Structure of Fork.
structure-object
.
(or null cl-gists.user:user)
(or null string)
(or null string)
(or null local-time:timestamp)
(or null local-time:timestamp)
Structure of Gist
structure-object
.
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
boolean
(or null cl-gists.user:user)
(or null cl-gists.gist:gist)
list
(or null integer)
(or null string)
(or null string)
(or null string)
(or null string)
(or null local-time:timestamp)
(or null local-time:timestamp)
list
list
boolean
Structure of History.
structure-object
.
(or null string)
(or null string)
(or null cl-gists.user:user)
(or null integer)
(or null integer)
(or null integer)
(or null local-time:timestamp)
Structure of User.
structure-object
.
(or null string)
(or null integer)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
(or null string)
common-lisp
.
(or null string)
boolean
GitHub API Base URI.
Jump to: | %
(
C D E F G H L M O P R S U |
---|
Jump to: | %
(
C D E F G H L M O P R S U |
---|
Jump to: | *
+
A C D E F G H I L N O P R S T U V |
---|
Jump to: | *
+
A C D E F G H I L N O P R S T U V |
---|
Jump to: | A C F G H M P S U |
---|
Jump to: | A C F G H M P S U |
---|