WBK class

Annotations
  • @JS()

Constructors

WBK(Config config)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simplify Simplify
Returns the Simplify object and access to simplification properties
no setter

Methods

cirrusSearchPages(CirrusSearchPagesOptions options) String
getEntities(Entities entities) String
Get up to 50 entities
Use the names of Wikipedia articles to get their entities.
getEntityIdFromGuid(String guid) String
getEntityRevision(String id, int revision) String
Get a entity's state at a specific revision.
getImageUrl(String file, [int width]) String
getManyEntities(Entities entities) String
Fulfill requests more than 50 entities.
getNumericId(String id) bool
getReverseClaims(List<String> properties, List<String> values, [GetReverseClaimsOptions options]) String
getRevisions(List<String> entities, [RevisionOptions options]) String
Get the revision history for the spcified entities.
getSitelinkData(String url) → dynamic
getSitelinkUrl(String site, String title) String
isEntityId(String entity) bool
isEntitySchemaId(String id) bool
isFormId(String form) bool
isGuid(String claim) bool
isHash(String hash) bool
isItemId(String item) bool
isLexemeId(String lexeme) bool
isNumericId(String id) bool
isPropertyClaimsId(String id) bool
isPropertyId(String property) bool
isRevisionId(String id) bool
isSenseId(String sense) bool
isSitelinkKey(String key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchEntities(SearchEntitiesOptions options) String
sparqlQuery(String sparql) String
toString() String
A string representation of this object.
inherited
truthyClaims(dynamic claims) → dynamic
truthyPropertyClaims(dynamic property) → dynamic
wikibaseTimeToDateObject(String time) → dynamic
wikibaseTimeToEpochTime(String time) String
wikibaseTimeToISOString(String time) String
wikibaseTimeToSimpleDay(dynamic time) String
Pass string value or entire object

Operators

operator ==(Object other) bool
The equality operator.
inherited