-
I'm using [Generalized Authentication](http://haskell-servant.readthedocs.io/en/stable/tutorial/Authentication.html#generalized-authentication) to protect my API, and getting the following error using…
-
Hi,
I try to use your code to override ekg-json with https://github.com/vshabanov/ekg-json : aeson-2.0 but when I enter in the shell, I have this error :
`error: A definition for option `extra-hack…
-
The `postgresql-simple` library has a type `:.` that facilitates returning query results of arbitrary size.
https://hackage.haskell.org/package/postgresql-simple-0.6.2/docs/Database-PostgreSQL-Simp…
-
I am using Servant for interacting with third parties, and it's not uncommon to encounter URIs in the returned content, particularly URIs that refer to routes I have already mapped out.
At the mome…
-
This is a living list of tests that need to be updated or removed before we record our next official round results. I'll do my best to ping the most recent maintainers as well as list the problem. Tes…
-
Running into some issues trying to tag endpoints when we have broken up the API so it doesn't live in one monolithic file/type.
For example, we have a top level:
```
type Routes =
ApiTerm :> V…
-
Lens is very heavy library, many libraries use microlens instead. Can you replace it?
-
I'm trying to build a servant client to query an API for which I have a swagger file. I used the swagger-codegen tool to generate a servant API library.
TL;DR
- the generated lib fails to comp…
-
Hello,
it would be very useful if some parts of MQTTD become a library.
My use case is a REST API server, in which I want to add MQTT capacities.
RIght now, I used the MQTT types from https://hacka…
-
Combinators should return `ServantErr`s that match the `Accept` header when possible. I'd think we can make a datatype for the error, and have the `Config` contain functions from the datatype and cont…