denibertovic / docker-hs

A Haskell library for the Docker Engine API
BSD 3-Clause "New" or "Revised" License
76 stars 48 forks source link

Try and generate the whole api from a swagger spec #66

Open denibertovic opened 5 years ago

denibertovic commented 5 years ago

This is a huge undertaking and a major breaking change but it would cover the entire api in one single swoop.

denibertovic commented 4 years ago

I'm revisiting this idea again. The tools for generating this have gotten better and I was able to compile a generated docker engine api. While it was not without difficulty this approach shows promise. cc @jprider63