oliyh / martian

The HTTP abstraction library for Clojure/script, supporting OpenAPI, Swagger, Schema, re-frame and more
MIT License
525 stars 42 forks source link

Add support for AsyncAPI #167

Closed PavlosMelissinos closed 7 months ago

PavlosMelissinos commented 1 year ago

AsyncAPI is inspired by OpenAPI but is meant to be used for asynchronous communication.

Martian abstracts HTTP APIs, so I understand if this would be a non-goal. Still, I'd love to see some support for it.

oliyh commented 1 year ago

Hi,

This is interesting, thanks for mentioning it. It looks a bit orthogonal to martian in two respects:

I'll have a think, but my initial feeling is that this would probably be better in its own library.

oliyh commented 7 months ago

Hi, I am going to close this issue as I don't think there is anything that should be implemented in Martian, but thanks for your idea and introducing me to something new!

PavlosMelissinos commented 7 months ago

Of course! Thanks for considering it 🙂