Mariano Montone

Results 171 comments of Mariano Montone

But ... ![imagen](https://user-images.githubusercontent.com/436110/181752600-e9eb68f1-c0ca-4163-bca4-96961bb73276.png) It says it is "legacy" in docs ,whatever that means.

Ok. I think the way to go would be to use Clack. I tried some time ago, but stopped in the end: https://github.com/mmontone/cl-rest-server/tree/clack. Note that is very old stuff. Probably...

``` Alpha OpenAPI support Parse Open API v3 apis and generate Lisp API spec from it. ``` That refers to [rs.openapi:define-api-from-spec](https://github.com/mmontone/cl-rest-server/blob/6616fa357b6732f276464f4837a9bebeb93db00f/src/openapi.lisp#L137) that parses an OpenAPI v3 json spec file and...

Yes. Sorry. I'll try to update the docs when I find time. The library has gone through some changes. I was not aware there were users of the library, apart...

I guess your best bet is to look at test code for now until I get to update the docs.

I wish it worked better! Some of the things I tried didn't work out, like having transparent JSON and XML serialization and de-serialization. It works for JSON only for now....

No, I mean this: https://github.com/mmontone/cl-rest-server/blob/master/src/api.lisp#L171 I'm not happy with that code. Also, it doesn't implement this: https://raw.githubusercontent.com/webmachine/webmachine/develop/docs/http-headers-status-v3.png Like other frameworks out there. https://github.com/inhabitedtype/ocaml-webmachine

The implementation technique for that is "parsing" that diagram in some way (you could have a declarative spec of that diagram) and generate the conditional code that does the dispatching....

Hello Amaury, the Swagger api documentation generator needs to be reviewed. I had something working at some point, but then I moved on to other things. Also, this project documentation...

Use https://github.com/eyedouble/cl-json-web-tokens ?