Skip to content

Commit

Permalink
update list of reference-libraries to maybe design against from sugge…
Browse files Browse the repository at this point in the history
…stions on Twitter
  • Loading branch information
thephoeron committed Mar 25, 2022
1 parent b43a4c2 commit 9879c67
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Expand Up @@ -18,13 +18,23 @@ REST API client definition library for Common Lisp with delusions of grandeur.
- sensible mapping of different HTTP Request parameter types to lambda lists
- automatically handle authentication and authorization of requests through
services and sessions
- build on existing libraries
- largely-automated conversion of Swagger and OpenAPI specifications to Common
Lisp client library
- maybe follow interfaces of either [Snooze][] or [Restful][] for isomorphism
with REST server implementation

- maybe take inspiration from existing, incomplete, and abandoned attempts:
- [openapi2cl][]
- maybe follow interfaces of various REST server implementations for isomorphism
in client and server development:
- [Snooze][]
- [Restful][]
- [cl-rest-server][]
- [Ningle][]

[openapi2cl]: https://github.com/kat-co/openapi2cl
[Snooze]: https://github.com/capitaomorte/snooze
[Restful]: https://github.com/Ralt/restful
[cl-rest-server]: https://github.com/mmontone/cl-rest-server
[Ningle]: https://github.com/fukamachi/ningle

### Services

Expand Down

0 comments on commit 9879c67

Please sign in to comment.