Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Reconcile entities to Freebase open data.
See: Freebase Search Reference for freebase.reconcile
.
- type ReconcileMethod = "freebase" :> ("v1" :> ("reconcile" :> (QueryParams "kind" Text :> (QueryParams "lang" Text :> (QueryParam "confidence" (Textual Double) :> (QueryParam "name" Text :> (QueryParam "limit" (Textual Int32) :> (QueryParams "prop" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ReconcileGet)))))))))
- reconcile :: Reconcile
- data Reconcile
- rKind :: Lens' Reconcile [Text]
- rLang :: Lens' Reconcile [Text]
- rConfidence :: Lens' Reconcile Double
- rName :: Lens' Reconcile (Maybe Text)
- rLimit :: Lens' Reconcile Int32
- rProp :: Lens' Reconcile [Text]
REST Resource
type ReconcileMethod = "freebase" :> ("v1" :> ("reconcile" :> (QueryParams "kind" Text :> (QueryParams "lang" Text :> (QueryParam "confidence" (Textual Double) :> (QueryParam "name" Text :> (QueryParam "limit" (Textual Int32) :> (QueryParams "prop" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ReconcileGet))))))))) Source #
A resource alias for freebase.reconcile
method which the
Reconcile
request conforms to.
Creating a Request
Reconcile entities to Freebase open data.
See: reconcile
smart constructor.
Request Lenses
rLang :: Lens' Reconcile [Text] Source #
Languages for names and values. First language is used for display. Default is 'en'.