From 5cce96a68272bab5204b806116be98bee051a97d Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 12 May 2024 09:53:55 -0700 Subject: Add: defendpoint example; Fix: tweak defendpoint docstring --- src/defendpoint.lisp | 26 ++++++++++++++------------ src/package.lisp | 3 ++- 2 files changed, 16 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/defendpoint.lisp b/src/defendpoint.lisp index 872c336..0ac9ec9 100644 --- a/src/defendpoint.lisp +++ b/src/defendpoint.lisp @@ -60,8 +60,9 @@ PART is either (getf kwargs :documentation ""))))) (defun expand-endpoint-class - (name method pathspec handle return + (name method pathspec handle &key + return supers parameters properties @@ -129,9 +130,9 @@ PART is either (:@ supers (:? )) (:@ method ) (:@ pathspec ) - (:@ return (:? )) - (:@ params (:? )) - (:@ props (:? )) + ; (:@ return (:? )) +; (:@ params (:? )) +; (:@ props (:? )) (:@ options (:*