Our great sponsors
-
Hey guys, I want to share my common lisp project openapi-generator (github) to create asdf-loadable clients from OpenAPI/Swagger Specification files in one command. It uses json-mop for parsing the spec into a CLOS object. This object is then used for generating the system.
-
Hey guys, I want to share my common lisp project openapi-generator (github) to create asdf-loadable clients from OpenAPI/Swagger Specification files in one command. It uses json-mop for parsing the spec into a CLOS object. This object is then used for generating the system.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
So far openapi-generator is mostly tested on linux/sbcl and it should work for most spec files. It would be great to have some criticism/feedback/improvement ideas. You can download it from Ultralisp via (ql:quickload :openapi-generator)(you may need to update first (ql:update-dist "ultralisp"))