haskell-servant / servant-swagger-ui

Provide embedded swagger UI for servant and swagger
46 stars 34 forks source link

add generalized redoc schema UI server #83

Closed kbertalan closed 3 years ago

kbertalan commented 3 years ago

servant-swagger-ui-redoc had no generalized Server functions.

I copied the relevant functions from servant-swagger-ui package and renamed them to match redoc naming conventions.

kbertalan commented 3 years ago

@fizruk Can you have a look on this small PR? Thanks

dmjio commented 3 years ago

@kbertalan CI failed on 8.0.2 (took too long). Dropped 8.0.2 from CI. Will merge and release to hackage upon success.

kbertalan commented 3 years ago

@fizruk Thanks