apispec icon indicating copy to clipboard operation
apispec copied to clipboard

A Common Lisp library for handling Web API requests and responses.

Results 2 apispec issues
Sort by recently updated
recently updated
newest added

The format of uuid should also allow upper case hexadecimal representations. See chapter 6.5.2 of the iso norm, https://www.iso.org/obp/ui/fr/#iso:std:iso-iec:9834:-8:ed-3:v1:en

Please start the example using: `clackup -s apispec -s ningle ningle/app.lisp` Query the user "database", e.g. with httpie: `http :5000/users` **Expected result**: an empty array response, like `[]`. **Actual result**:...