aboutsummaryrefslogtreecommitdiffstats
path: root/src/RestService.hs
Commit message (Expand)AuthorAgeFilesLines
* feat: serve elm app from server /dan2024-04-201-10/+1
* feat: new endpoints to eval expressions with and without table contextsdan2024-04-201-1/+11
* chore: don't use deprecated param and liftAndCatchIO functionsdan2024-04-201-9/+9
* feat: can insert rows and eval expressions by APIdan2024-03-201-6/+28
* FloatVal, average, Context, evalTableExpression, return tables from apidan2021-04-211-22/+126
* Create RestService, with state and an eval endpointdan2021-04-171-0/+59