openapi.model.MostreadArticle
November 22, 2023 ยท View on GitHub
Load the model package
import 'package:wikipedia_api/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | Article title in a form of DB key | |
| normalizedtitle | String | Article title as it should be presented to the user | |
| views | int | Number of views on the requested day | |
| rank | int | Position in the list of most viewed articles | |
| thumbnail | Thumbnail | [optional] | |
| description | String | Wikidata description of the article | [optional] |
| extract | String | First several sentences of an article in plain text | [optional] |