openapi.model.TitlesSet

November 22, 2023 ยท View on GitHub

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

NameTypeDescriptionNotes
canonicalStringthe DB key (non-prefixed), e.g. may have _ instead of spaces, best for making request URIs, still requires Percent-encoding
normalizedStringthe normalized title (https://www.mediawiki.org/wiki/API:Query#Example_2:_Title_normalization), e.g. may have spaces instead of _
displayStringthe title as it should be displayed to the user

[Back to Model list] [Back to API list] [Back to README]