Features, improvements and open problems for releases:
- add capture all case
- add Queries case
- cookbook for main scenarios (add to tutorial)
- make it faster and look out for optimization oportunities
- HTTP-Streaming
- websockets
- generate Mig client and server from open-api yaml file. Useful for spec first approach
-
import client from swagger
That might be super-useful for sketching API's we can download swagger open-api file from API web-page trim it to needed methods and provide type signatures for the client
it will produce run time error if it does not work
maybe we can generate clients as the next step from open api