This is the cl-swagger Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:26:01 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-swagger
code generatter for swagger
Inchul <ijung@mapr.com>
BSD
drakma
(system).
cl-json
(system).
cl-ppcre
(system).
cl-mustache
(system).
package.lisp
(file).
code-gen.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-swagger/code-gen.lisp
package.lisp
(file).
cl-swagger
(system).
generate-client
(function).
*parameter-pattern*
(special variable).
fetch-json
(function).
generate-client-with-json
(function).
get-basepath
(function).
get-host
(function).
get-in
(function).
get-schemes
(function).
make-urls
(function).
normalize-path-name
(function).
normalize-path-url
(function).
parse-path-parameters
(function).
rest-call
(function).
Packages are listed by definition order.
cl-swagger
cl-ppcre
.
common-lisp
.
drakma
.
json
.
mustache
.
generate-client
(function).
*parameter-pattern*
(special variable).
fetch-json
(function).
generate-client-with-json
(function).
get-basepath
(function).
get-host
(function).
get-in
(function).
get-schemes
(function).
make-urls
(function).
normalize-path-name
(function).
normalize-path-url
(function).
parse-path-parameters
(function).
rest-call
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
exposing function for client code generater
gets JSON with this URL only when response-code is 200
generater a lisp code with swagger-json
gets base-path
gets hostname
get lists related to this-items
gets schemes
scheme + hostname + basepath
string –> A-B-C
string –> A/B/C
returns two values, 1st is non param path element, 2nd are the params. ex) /PARAM1/{PARAM2} ==> (("PARAM1") ("PARAM2"))
call http-request with basic params and conteent and authorization
Jump to: | F G M N P R |
---|
Jump to: | F G M N P R |
---|
Jump to: | *
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
* | |||
*parameter-pattern* : | Private special variables | ||
| |||
S | |||
Special Variable, *parameter-pattern* : | Private special variables | ||
|
Jump to: | *
S |
---|
Jump to: | C F P S |
---|
Jump to: | C F P S |
---|