commit
a7749a04b7
3 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
![servant](https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png)
|
![servant](https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png)
|
||||||
|
|
||||||
This library lets you derive automatically Haskell functions that let you query each endpoint of a *servant* webservice.
|
This library lets you automatically derive Haskell functions that let you query each endpoint of a *servant* webservice.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
|
@ -255,4 +255,3 @@ pathGen = fmap NonEmpty path
|
||||||
filter (not . (`elem` "?%[]/#;")) $
|
filter (not . (`elem` "?%[]/#;")) $
|
||||||
filter isPrint $
|
filter isPrint $
|
||||||
map chr [0..127]
|
map chr [0..127]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue