stephenmuss / argo

JSON API (jsonapi.org) implementation for Clojure
MIT License
36 stars 5 forks source link

Pedestal #4

Closed afhammad closed 7 years ago

afhammad commented 8 years ago

Reading through the Readme and example source code, the implementation looks simple enough, good job on that front. I dug into the library code and noticed it's tightly coupled with ring & compojure.

Do you think it would be difficult to support pedestal?

stephenmuss commented 8 years ago

I can't really envision how that would work right now. As you mention, argo is currently built on top of ring and compojure.

I'm open to discussing options if you have any ideas.

afhammad commented 8 years ago

Thanks i'll look into it and get back to you!