Pages class

Методы для работы с вики-страницами.

Constructors

Pages.new(Api _api)
Конструктор.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearCache<T>(Map<String, Object> params) Future<ApiResponse<T>>
Allows to clear the cache of particular 'external' pages which may be attached to VK posts.
get<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns information about a wiki page.
getHistory<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of all previous versions of a wiki page.
getTitles<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of wiki pages in a group.
getVersion<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns the text of one of the previous versions of a wiki page.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseWiki<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns HTML representation of the wiki markup.
save<T>(Map<String, Object> params) Future<ApiResponse<T>>
Saves the text of a wiki page.
saveAccess<T>(Map<String, Object> params) Future<ApiResponse<T>>
Saves modified read and edit access settings for a wiki page.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited