From f069b37946186c43dff1c4aecb803b916d8758b9 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 28 May 2024 07:15:48 -0700 Subject: Add: parenscript request api function generation --- src/package.lisp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index e71c71b..d6d29d0 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -36,5 +36,12 @@ ;; DOCGEN #:print-route-documentation - #:print-all-route-documentation)) + #:print-all-route-documentation + + ;; ENDPOINT CLASS UTILITY FUNCTIONS + #:route-builder-parts + #:class-initargs + #:body-expected-p + #:request-method + )) -- cgit v1.2.3