Merge pull request #1007 from haskell-servant/github-search
Point to github search for "import Servant" in the examples page
This commit is contained in:
commit
44d34dfd9b
1 changed files with 6 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
An example consisting of
|
An example consisting of
|
||||||
|
|
||||||
- a backend in uses `haskell-servant`
|
- a backend that uses `servant`
|
||||||
- a frontend written in [PureScript](http://www.purescript.org/) using
|
- a frontend written in [PureScript](http://www.purescript.org/) using
|
||||||
[servant-purescript](https://github.com/eskimor/servant-purescript) to generate
|
[servant-purescript](https://github.com/eskimor/servant-purescript) to generate
|
||||||
an API wrapper in PureScript to interface the web API with
|
an API wrapper in PureScript to interface the web API with
|
||||||
|
@ -48,3 +48,8 @@
|
||||||
An example for a web server written with **servant-server** and
|
An example for a web server written with **servant-server** and
|
||||||
[persistent](https://www.stackage.org/package/persistent) for writing data
|
[persistent](https://www.stackage.org/package/persistent) for writing data
|
||||||
into a database.
|
into a database.
|
||||||
|
|
||||||
|
- [`import Servant` github search](https://github.com/search?l=Haskell&o=desc&q=%22import+Servant%22&s=indexed&type=Code)
|
||||||
|
|
||||||
|
It has thousands of results and can be a good way to see how people use servant in their projects or even to discover
|
||||||
|
servant-related libraries.
|
||||||
|
|
Loading…
Reference in a new issue