Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data Fragment (a :: Type) Source #
Document the URI fragment in API. Useful in combination with Link
.
Example:
>>>
-- /post#TRACKING
>>>
type MyApi = "post" :> Fragment Text :> Get '[JSON] Tracking