unison/unison-share-api
Chris Penner 243f363369
Skip all the extra claims on HashJWTs (#3107)
* Simplify hashjwt claims

* update json instances

* Add jwt type to the hashjwt

Co-authored-by: Mitchell Rosen <mitchellwrosen@gmail.com>
2022-06-13 10:34:53 -06:00
..
src/Unison Skip all the extra claims on HashJWTs (#3107) 2022-06-13 10:34:53 -06:00
package.yaml replace Share.Hash with U.Util.Hash32 2022-06-04 13:31:37 -04:00
README.md Add unison-share-api package with Sync APIs (#3018) 2022-04-01 10:14:01 -06:00
unison-share-api.cabal replace Share.Hash with U.Util.Hash32 2022-06-04 13:31:37 -04:00

unison-share-api

This package serves as a shared place to store the API definitions and types for all of Share's APIs. This facilitates the use of servant-client to easily generate clients for the API, and provides an always-up-to-date view of Share's APIs.