KnowledgeBaseApi class

Constructors

KnowledgeBaseApi(ApiClient _apiClient)
const

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

cgetArticlesByKnowledgeBase({required String xKeyclicApp, required String knowledgeBase, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, List<String>? orderLeftSquareBracketRightSquareBracket, DateTime? after, DateTime? before, String? section, List<String>? sectionsLeftSquareBracketRightSquareBracket, int? page, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ArticlePagination>>
Retrieve all Article resources.
cgetSectionsByKnowledgeBase({required String xKeyclicApp, required String knowledgeBase, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, List<String>? orderLeftSquareBracketRightSquareBracket, DateTime? after, DateTime? before, int? page, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<SectionPagination>>
Retrieve all Section resources.
getKnowledgeBase({required String xKeyclicApp, required String knowledgeBase, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<KnowledgeBase>>
Retrieve one KnowledgeBase resource.
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