RecommendationApi class

Constructors

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

dataRecommendationArticleCreationMorelikeSeedArticleGet(String seedArticle) Future<List<MorelikeResultInner>?>
Recommend missing articles
dataRecommendationArticleCreationMorelikeSeedArticleGetWithHttpInfo(String seedArticle) Future<Response>
Recommend missing articles
dataRecommendationArticleCreationTranslationFromLangGet(String fromLang, {int? count}) Future<RecommendationResult?>
Recommend articles for translation.
dataRecommendationArticleCreationTranslationFromLangGetWithHttpInfo(String fromLang, {int? count}) Future<Response>
Recommend articles for translation.
dataRecommendationArticleCreationTranslationFromLangSeedArticleGet(String fromLang, String seedArticle, {int? count}) Future<RecommendationResult?>
Recommend articles for translation.
dataRecommendationArticleCreationTranslationFromLangSeedArticleGetWithHttpInfo(String fromLang, String seedArticle, {int? count}) Future<Response>
Recommend articles for translation.
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