F# API #18

Merged
danieljsummers merged 7 commits from fs-api into master 2018-08-07 02:21:29 +00:00

7 Commits

Author SHA1 Message Date
Daniel J. Summers
09a76aba30 Snoozing is complete
Also updated the doc links in preparation for transfer to the Bit Badger organization
2018-08-06 21:17:16 -05:00
Daniel J. Summers
c3a46daba1 Snooze snoozes
The API call works, and it doesn't appear in the journal; just need to write the page to view snoozed requests, so they can unsnoozed if required
2018-08-05 21:03:47 -05:00
Daniel J. Summers
f6881afaa5 Feature parity achieved
The F#/Giraffe API backend now does everything the Go one did; now to finish request snoozing...
2018-08-05 20:16:18 -05:00
Daniel J. Summers
07226f8cd8 Auth now works
Removed user match from all handlers; also updated API URLs in app
2018-08-04 14:20:53 -05:00
Daniel J. Summers
e4d00b4157 config/build work
Still not pulling JWT payloads; validates and returns 404 :/
2018-08-04 09:42:23 -05:00
Daniel J. Summers
0f95d11bcd Modified config
Eliminated default builder, specified logging/config/etc. separately
2018-08-03 20:23:31 -05:00
Daniel J. Summers
7622163707 First cut
A wild swing at translating the API; committing at this point just so I don't lose work
2018-08-02 21:42:34 -05:00