MobileApi class

Constructors

MobileApi([ApiClient? apiClient])

Properties

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

Methods

dataCssMobileTypeGet(String type) Future<Object?>
Get CSS for mobile apps.
dataCssMobileTypeGetWithHttpInfo(String type) Future<Response>
Get CSS for mobile apps.
dataI18nTypeGet(String type) Future<Object?>
Get internationalization info
dataI18nTypeGetWithHttpInfo(String type) Future<Response>
Get internationalization info
dataJavascriptMobileTypeGet(String type) Future<Object?>
Get JavaScript for mobileapps
dataJavascriptMobileTypeGetWithHttpInfo(String type) Future<Response>
Get JavaScript for mobileapps
getSections(String title, {bool? redirect, String? acceptLanguage}) Future<Object?>
Get mobile-optimized HTML sections for a title.
getSectionsLead(String title, {bool? redirect, String? acceptLanguage}) Future<Object?>
Get mobile-optimized HTML lead section and metadata for a title.
getSectionsLeadWithHttpInfo(String title, {bool? redirect, String? acceptLanguage}) Future<Response>
Get mobile-optimized HTML lead section and metadata for a title.
getSectionsLeadWithRevision(String title, int revision, {bool? redirect, String? acceptLanguage}) Future<Object?>
Get mobile-optimized HTML lead section and metadata for a title.
getSectionsLeadWithRevisionWithHttpInfo(String title, int revision, {bool? redirect, String? acceptLanguage}) Future<Response>
Get mobile-optimized HTML lead section and metadata for a title.
getSectionsRemaining(String title, {bool? redirect, String? acceptLanguage}) Future<Object?>
Get non-lead mobile-optimized HTML sections for a title.
getSectionsRemainingWithHttpInfo(String title, {bool? redirect, String? acceptLanguage}) Future<Response>
Get non-lead mobile-optimized HTML sections for a title.
getSectionsRemainingWithRevision(String title, int revision, {bool? redirect, String? acceptLanguage}) Future<Object?>
Get non-lead mobile-optimized HTML sections for a title.
getSectionsRemainingWithRevisionWithHttpInfo(String title, int revision, {bool? redirect, String? acceptLanguage}) Future<Response>
Get non-lead mobile-optimized HTML sections for a title.
getSectionsWithHttpInfo(String title, {bool? redirect, String? acceptLanguage}) Future<Response>
Get mobile-optimized HTML sections for a title.
getSectionsWithRevision(String title, int revision, {bool? redirect, String? acceptLanguage}) Future<Object?>
Get mobile-optimized HTML sections for a title.
getSectionsWithRevisionWithHttpInfo(String title, int revision, {bool? redirect, String? acceptLanguage}) Future<Response>
Get mobile-optimized HTML sections for a title.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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