-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API example from docs does not work #12
Comments
Syntax changed, yes. I'll see to update docs. |
I've updated the docs, but I suspect the docs need to be reviewed thoroughly. It's very likely there are many more inconsistencies. |
I just tried In |
OK. I'll update the docs. But also create a rest-server-demo ASDF system with a mini demo application
El 24 de diciembre de 2020 4:26:13 GMT-03:00, Alexander Artemenko <[email protected]> escribió:
…I just tried `cl-rest-server` to create a simple REST server and
failed. Then I failed with `reastas`. And only `ningle` worked like I
wanted.
In `cl-rest-server` handlers definition macro also does not work as
documented :(
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#12 (comment)
--
Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad.
|
I've just started a demo to see if I can improve things: https://github.com/mmontone/cl-rest-server/blob/master/demo/demo.org |
Because
rest-server:define-api
now waits for superclasses list as the second argument.The text was updated successfully, but these errors were encountered: