| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetInternalLinkType
Synopsis
- data GetInternalLinkType = GetInternalLinkType {}
Documentation
data GetInternalLinkType Source #
Returns information about the type of internal link. Returns a 404 error if the link is not internal. Can be called before authorization. Returns InternalLinkType
Constructors
| GetInternalLinkType | |
Instances
| ToJSON GetInternalLinkType Source # | |
Defined in TD.Query.GetInternalLinkType Methods toJSON :: GetInternalLinkType -> Value # toEncoding :: GetInternalLinkType -> Encoding # toJSONList :: [GetInternalLinkType] -> Value # toEncodingList :: [GetInternalLinkType] -> Encoding # | |
| Show GetInternalLinkType Source # | |
Defined in TD.Query.GetInternalLinkType Methods showsPrec :: Int -> GetInternalLinkType -> ShowS # show :: GetInternalLinkType -> String # showList :: [GetInternalLinkType] -> ShowS # | |
| Eq GetInternalLinkType Source # | |
Defined in TD.Query.GetInternalLinkType Methods (==) :: GetInternalLinkType -> GetInternalLinkType -> Bool # (/=) :: GetInternalLinkType -> GetInternalLinkType -> Bool # | |
| ShortShow GetInternalLinkType Source # | |
Defined in TD.Query.GetInternalLinkType Methods | |