TransformsApi class

Constructors

TransformsApi([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

doDict(String from, String word) Future<CxDict?>
Fetch the dictionary meaning of a word
doDictProvider(String from, String word, String provider) Future<CxDict?>
Fetch the dictionary meaning of a word
doDictProviderWithHttpInfo(String from, String word, String provider) Future<Response>
Fetch the dictionary meaning of a word
doDictWithHttpInfo(String from, String word) Future<Response>
Fetch the dictionary meaning of a word
doMT(String from, String html) Future<CxMt?>
Machine-translate content
doMTProvider(String from, String provider, String html) Future<CxMt?>
Machine-translate content
doMTProviderWithHttpInfo(String from, String provider, String html) Future<Response>
Machine-translate content
doMTWithHttpInfo(String from, String html) Future<Response>
Machine-translate content
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transformHtmlToWikitextPost(String html, {String? ifMatch, bool? scrubWikitext}) Future<String?>
Transform HTML to Wikitext
transformHtmlToWikitextPostWithHttpInfo(String html, {String? ifMatch, bool? scrubWikitext}) Future<Response>
Transform HTML to Wikitext
transformHtmlToWikitextTitlePost(String title, String html, {String? ifMatch, bool? scrubWikitext}) Future<String?>
Transform HTML to Wikitext
transformHtmlToWikitextTitlePostWithHttpInfo(String title, String html, {String? ifMatch, bool? scrubWikitext}) Future<Response>
Transform HTML to Wikitext
transformHtmlToWikitextTitleRevisionPost(String title, int revision, String html, {String? ifMatch, bool? scrubWikitext}) Future<String?>
Transform HTML to Wikitext
transformHtmlToWikitextTitleRevisionPostWithHttpInfo(String title, int revision, String html, {String? ifMatch, bool? scrubWikitext}) Future<Response>
Transform HTML to Wikitext
transformWikitextToHtmlPost(String wikitext, {bool? bodyOnly, bool? stash}) Future<String?>
Transform Wikitext to HTML
transformWikitextToHtmlPostWithHttpInfo(String wikitext, {bool? bodyOnly, bool? stash}) Future<Response>
Transform Wikitext to HTML
transformWikitextToHtmlTitlePost(String title, String wikitext, {bool? bodyOnly, bool? stash}) Future<String?>
Transform Wikitext to HTML
transformWikitextToHtmlTitlePostWithHttpInfo(String title, String wikitext, {bool? bodyOnly, bool? stash}) Future<Response>
Transform Wikitext to HTML
transformWikitextToHtmlTitleRevisionPost(String title, int revision, String wikitext, {bool? bodyOnly, bool? stash}) Future<String?>
Transform Wikitext to HTML
transformWikitextToHtmlTitleRevisionPostWithHttpInfo(String title, int revision, String wikitext, {bool? bodyOnly, bool? stash}) Future<Response>
Transform Wikitext to HTML
transformWikitextToLintPost(String wikitext) Future<Object?>
Check Wikitext for lint errors
transformWikitextToLintPostWithHttpInfo(String wikitext) Future<Response>
Check Wikitext for lint errors
transformWikitextToLintTitlePost(String title, String wikitext) Future<Object?>
Check Wikitext for lint errors
transformWikitextToLintTitlePostWithHttpInfo(String title, String wikitext) Future<Response>
Check Wikitext for lint errors
transformWikitextToLintTitleRevisionPost(String title, int revision, String wikitext) Future<Object?>
Check Wikitext for lint errors
transformWikitextToLintTitleRevisionPostWithHttpInfo(String title, int revision, String wikitext) Future<Response>
Check Wikitext for lint errors
transformWikitextToMobileHtml(String title, String wikitext, {String? acceptLanguage, String? outputMode}) Future<String?>
Transform Wikitext to Mobile HTML
transformWikitextToMobileHtmlWithHttpInfo(String title, String wikitext, {String? acceptLanguage, String? outputMode}) Future<Response>
Transform Wikitext to Mobile HTML

Operators

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