Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 907 Bytes

MostreadArticle.md

File metadata and controls

21 lines (16 loc) · 907 Bytes

openapi.model.MostreadArticle

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]

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