This is the cl-incognia Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:02:05 2024 GMT+0.
cl-incognia/cl-incognia.asd
cl-incognia/src/package.lisp
cl-incognia/src/utils.lisp
cl-incognia/src/error.lisp
cl-incognia/src/http.lisp
cl-incognia/src/routes.lisp
cl-incognia/src/address.lisp
cl-incognia/src/config.lisp
cl-incognia/src/auth.lisp
cl-incognia/src/main.lisp
The main system appears first, followed by any subsystem dependency.
cl-incognia
Incognia API Common Lisp Client
alangalvino
MIT
1.0.0
dexador
(system).
jonathan
(system).
src
(module).
Modules are listed depth-first from the system components tree.
cl-incognia/src
cl-incognia
(system).
package.lisp
(file).
utils.lisp
(file).
error.lisp
(file).
http.lisp
(file).
routes.lisp
(file).
address.lisp
(file).
config.lisp
(file).
auth.lisp
(file).
main.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-incognia/cl-incognia.asd
cl-incognia/src/package.lisp
cl-incognia/src/utils.lisp
cl-incognia/src/error.lisp
cl-incognia/src/http.lisp
cl-incognia/src/routes.lisp
cl-incognia/src/address.lisp
cl-incognia/src/config.lisp
cl-incognia/src/auth.lisp
cl-incognia/src/main.lisp
cl-incognia/src/utils.lisp
package.lisp
(file).
src
(module).
parse-json
(function).
plist-remove-null-values
(function).
to-json
(function).
cl-incognia/src/error.lisp
utils.lisp
(file).
src
(module).
http-request-error
(condition).
request-method
(reader method).
(setf request-method)
(writer method).
request-uri
(reader method).
(setf request-uri)
(writer method).
response-body
(reader method).
(setf response-body)
(writer method).
response-status
(reader method).
(setf response-status)
(writer method).
cl-incognia/src/http.lisp
error.lisp
(file).
src
(module).
do-auth-request
(macro).
do-request
(macro).
cl-incognia/src/routes.lisp
http.lisp
(file).
src
(module).
*authentication-uri*
(special variable).
*feedbacks-uri*
(special variable).
*incognia-br-uri*
(special variable).
*incognia-us-uri*
(special variable).
*signups-uri*
(special variable).
*transactions-uri*
(special variable).
cl-incognia/src/address.lisp
routes.lisp
(file).
src
(module).
initialize-instance
(method).
make-address
(function).
addr-borough
(reader method).
(setf addr-borough)
(writer method).
addr-city
(reader method).
(setf addr-city)
(writer method).
addr-complements
(reader method).
(setf addr-complements)
(writer method).
addr-coordinates-plist
(method).
addr-coordinates-validp
(method).
addr-country-code
(reader method).
(setf addr-country-code)
(writer method).
addr-country-name
(reader method).
(setf addr-country-name)
(writer method).
addr-lat
(reader method).
(setf addr-lat)
(writer method).
addr-line
(reader method).
(setf addr-line)
(writer method).
addr-line-plist
(method).
addr-line-validp
(method).
addr-lng
(reader method).
(setf addr-lng)
(writer method).
addr-locale
(reader method).
(setf addr-locale)
(writer method).
addr-neighborhood
(reader method).
(setf addr-neighborhood)
(writer method).
addr-number
(reader method).
(setf addr-number)
(writer method).
addr-plist
(method).
addr-postal-code
(reader method).
(setf addr-postal-code)
(writer method).
addr-state
(reader method).
(setf addr-state)
(writer method).
addr-street
(reader method).
(setf addr-street)
(writer method).
addr-structured-plist
(method).
addr-structured-validp
(method).
addr-type
(reader method).
(setf addr-type)
(writer method).
addr-validp
(method).
address
(class).
address-type
(type).
cl-incognia/src/config.lisp
address.lisp
(file).
src
(module).
configure
(function).
*api-config*
(special variable).
client-id
(function).
client-secret
(function).
credentials
(function).
incognia-uri
(function).
region
(function).
region-type
(type).
us-regionp
(function).
cl-incognia/src/auth.lisp
config.lisp
(file).
src
(module).
*auth-token*
(special variable).
auth-token-validp
(function).
authenticate
(function).
fetch-auth-token
(function).
request-auth-token
(function).
revoke-auth-token
(function).
set-token-created-at
(function).
token-access-token
(function).
token-created-at
(function).
token-expires-in
(function).
token-type
(function).
cl-incognia/src/main.lisp
auth.lisp
(file).
src
(module).
get-signup-assessment
(function).
register-login
(function).
register-payment
(function).
register-signup
(function).
send-feedback
(function).
feedback-event-type
(type).
register-transaction
(function).
Packages are listed by definition order.
cl-incognia
incognia
common-lisp
.
configure
(function).
get-signup-assessment
(function).
http-request-error
(condition).
make-address
(function).
register-login
(function).
register-payment
(function).
register-signup
(function).
request-method
(generic reader).
(setf request-method)
(generic writer).
request-uri
(generic reader).
(setf request-uri)
(generic writer).
response-body
(generic reader).
(setf response-body)
(generic writer).
response-status
(generic reader).
(setf response-status)
(generic writer).
send-feedback
(function).
*api-config*
(special variable).
*auth-token*
(special variable).
*authentication-uri*
(special variable).
*feedbacks-uri*
(special variable).
*incognia-br-uri*
(special variable).
*incognia-us-uri*
(special variable).
*signups-uri*
(special variable).
*transactions-uri*
(special variable).
addr-borough
(generic reader).
(setf addr-borough)
(generic writer).
addr-city
(generic reader).
(setf addr-city)
(generic writer).
addr-complements
(generic reader).
(setf addr-complements)
(generic writer).
addr-coordinates-plist
(generic function).
addr-coordinates-validp
(generic function).
addr-country-code
(generic reader).
(setf addr-country-code)
(generic writer).
addr-country-name
(generic reader).
(setf addr-country-name)
(generic writer).
addr-lat
(generic reader).
(setf addr-lat)
(generic writer).
addr-line
(generic reader).
(setf addr-line)
(generic writer).
addr-line-plist
(generic function).
addr-line-validp
(generic function).
addr-lng
(generic reader).
(setf addr-lng)
(generic writer).
addr-locale
(generic reader).
(setf addr-locale)
(generic writer).
addr-neighborhood
(generic reader).
(setf addr-neighborhood)
(generic writer).
addr-number
(generic reader).
(setf addr-number)
(generic writer).
addr-plist
(generic function).
addr-postal-code
(generic reader).
(setf addr-postal-code)
(generic writer).
addr-state
(generic reader).
(setf addr-state)
(generic writer).
addr-street
(generic reader).
(setf addr-street)
(generic writer).
addr-structured-plist
(generic function).
addr-structured-validp
(generic function).
addr-type
(generic reader).
(setf addr-type)
(generic writer).
addr-validp
(generic function).
address
(class).
address-type
(type).
auth-token-validp
(function).
authenticate
(function).
client-id
(function).
client-secret
(function).
credentials
(function).
do-auth-request
(macro).
do-request
(macro).
feedback-event-type
(type).
fetch-auth-token
(function).
incognia-uri
(function).
parse-json
(function).
plist-remove-null-values
(function).
region
(function).
region-type
(type).
register-transaction
(function).
request-auth-token
(function).
revoke-auth-token
(function).
set-token-created-at
(function).
to-json
(function).
token-access-token
(function).
token-created-at
(function).
token-expires-in
(function).
token-type
(function).
us-regionp
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
http-request-error
)) ¶http-request-error
)) ¶http-request-error
)) ¶http-request-error
)) ¶http-request-error
)) ¶http-request-error
)) ¶http-request-error
)) ¶http-request-error
)) ¶error
.
(quote nil)
:response-status
(quote nil)
:response-body
(quote nil)
:request-uri
(quote nil)
:request-method
(setf addr-borough)
.
addr-borough
.
(setf addr-city)
.
addr-city
.
(setf addr-complements)
.
addr-complements
.
addr-coordinates-plist
.
addr-coordinates-validp
.
(setf addr-country-code)
.
addr-country-code
.
(setf addr-country-name)
.
addr-country-name
.
(setf addr-lat)
.
addr-lat
.
(setf addr-line)
.
addr-line
.
addr-line-plist
.
addr-line-validp
.
(setf addr-lng)
.
addr-lng
.
(setf addr-locale)
.
addr-locale
.
(setf addr-neighborhood)
.
addr-neighborhood
.
(setf addr-number)
.
addr-number
.
addr-plist
.
(setf addr-postal-code)
.
addr-postal-code
.
(setf addr-state)
.
addr-state
.
(setf addr-street)
.
addr-street
.
addr-structured-plist
.
addr-structured-validp
.
(setf addr-type)
.
addr-type
.
addr-validp
.
initialize-instance
.
:line
:lat
:lng
:locale
:country-code
:country-name
:state
:city
:borough
:neighborhood
common-lisp
.
:number
:complements
:street
:postal-code
common-lisp
.
:|home|
:type
Jump to: | (
A C D F G I M P R S T U |
---|
Jump to: | (
A C D F G I M P R S T U |
---|
Jump to: | *
B C L N P R S T |
---|
Jump to: | *
B C L N P R S T |
---|
Jump to: | A C E F H M P R S T U |
---|
Jump to: | A C E F H M P R S T U |
---|