aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2020-06-28Eliminate lambdaIgor Pashev1-2/+1
2020-06-28TypoIgor Pashev1-1/+1
2020-06-28Make location a part of APIIgor Pashev3-52/+47
2020-04-23Make required all the query parametersIgor Pashev2-15/+17
2020-04-20Factor out endpointsIgor Pashev1-2/+2
2020-04-19Add forecast weather APIIgor Pashev6-11/+105
2020-04-07Reformat with hindentIgor Pashev9-75/+62
2020-04-07Remove internal parameter "message" from SysIgor Pashev1-3/+2
2020-04-07Use ClientError from servant-client >= 0.16Igor Pashev1-2/+2
2019-03-27Fix build for latest version of servant-clientChris Martin2-6/+3
Various modules have been removed from servant-client, and the things previously imported from them now need to be imported from the top-level "Servant.Client" module. The ClientEnv constructor now has a third parameter. Instead of using the constructor directly, now using mkClientEnv (which was introduced in servant-client 0.13, necessitating raising the minimum version on the dependency).
2017-06-07Initial version 0.0.00.0.0Igor Pashev9-0/+240