Draft: Servant Api Specification
Compare changes
There are no changes yet
No changes between version 7 and version 7
This PR does 3 things:
Specifies a modular definition for the Skete Servant api, along with associated clients and server. The design is granular to facilitate better testing (standalone clients are easier to test when their component apis are separate from the rest of the API)
Restructures the project to define a toplevel RestAPI.hs
module, with client/server/util definitions in an associated RestAPI/*
namespace.
Adds the Servant-* dependencies, cleans up old code.
Addresses #21
No changes between version 7 and version 7