-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
I can get at the revision data for a page by doing a custom query, which is fine, but it would be very helpful to add history data to the WikiPage class so it is easily accessible, similar to what is being done with files in the WikiFile class.
I can currently access history information for a page by doing a custom query, but if the history data can optionally be collected as part of of the getPage functionality, that would reduce the number of API calls needed if someone actually needs to collect revision data on a large number of records.