import 'package:wikipedia_api/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
canonical | String | the DB key (non-prefixed), e.g. may have _ instead of spaces, best for making request URIs, still requires Percent-encoding | |
normalized | String | the normalized title (https://www.mediawiki.org/wiki/API:Query#Example_2:_Title_normalization), e.g. may have spaces instead of _ | |
display | String | the title as it should be displayed to the user |