You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might not be possible without giving up the simplicity of Okapi, but maybe it is? Using WriterT or something similar would it be possible to generate OpenAPI docs? I've looked at final-tagless style and wondering if we can apply this to Okapi. We can "interpret" Okapi, both for parsing HTTP requests, and generating API docs. I'm just blabbering here. Any ideas?
This might not be possible without giving up the simplicity of Okapi, but maybe it is? Using
WriterT
or something similar would it be possible to generate OpenAPI docs? I've looked atfinal-tagless
style and wondering if we can apply this to Okapi. We can "interpret" Okapi, both for parsing HTTP requests, and generating API docs. I'm just blabbering here. Any ideas?Paper on tagless final/final tagless:
https://okmij.org/ftp/tagless-final/course/lecture.pdf
The text was updated successfully, but these errors were encountered: