haskell-servant/servant
在 GitHub 查看Want to add my servant example for versioned APIs and partial client implementations
Open
#605 建立於 2016年9月26日
documentationhelp wanted
倉庫指標
- Star
- (1,953 star)
- PR 合併指標
- (平均合併 5小時 49分鐘) (30 天內合併 2 個 PR)
描述
@fisx @soenkehahn
A few people I've spoken to didn't realize you could do a versioned API or have a partial client implementation in Servant. I didn't either, but I took a look at it with @fisx and it's quite easy. I thought it would be worth having an example project in haskell-servant and linking to it in the Servant documents. I already have a working example project with tests. If you are willing to add it I'll clean the package up and add a more documentation.