Draft: Servant Api Specification
-
Review changes -
-
Download -
Patches
-
Plain diff
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 associatedRestAPI/*
namespace. -
Adds the Servant-* dependencies, cleans up old code.
Addresses #21
Edited by Emily Pillmore
Merge request reports
Compare and
Show latest version
- latest version601209d95 commits,
- version 105b2c73b93 commits,
- version 9cc5fc8742 commits,
- version 8d0c0c84b1 commit,
- version 7bd2b32333 commits,
- version 61e108e1f2 commits,
- version 573d2dbb41 commit,
- version 4560040824 commits,
- version 371dca7f33 commits,
- version 2905e10212 commits,
- version 1129929631 commit,
Compare changes
- Side-by-side
- Inline
Files
5Loading