-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web API docs improvements #1529
Conversation
@@ -51,14 +58,15 @@ import Network.Wai.Handler.Warp qualified as Warp | |||
import Servant | |||
import Servant.Docs (ToCapture) | |||
import Servant.Docs qualified as SD | |||
import Servant.Docs.Internal qualified as SD (renderCurlBasePath) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be a problem as the record field is reexported normally. I made a PR to eventually fix that:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, modulo the failing CI (looks like a couple forgotten todos?).
5ce2fb7
to
e168e3b
Compare
swarm generate endpoints
renderCurlBasePath
ToJSON Robot
instance to matchFromJSONE
more closely