unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Share.Codeserver

Synopsis

Documentation

defaultCodeserver :: CodeserverURI Source #

This is the URI where the share API is based.

data CodeserverURI #

This type is expanded out into all of its fields because we require certain pieces which are optional in a URI, and also to make it more typesafe to eventually convert into a BaseURL for servant clients.