ApiClient class

Constructors

ApiClient({Dio? dio, String? basePathOverride, List<Interceptor>? interceptors})

Properties

dio → Dio
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

deserialize(dynamic json, String targetType, {bool growable = false}) → dynamic
deserializeAsync<T>(dynamic json, String targetType, {bool growable = false}) Future<T>
getApplicationApi() ApplicationApi
Get ApplicationApi instance
getArticleApi() ArticleApi
Get ArticleApi instance
getAssignmentApi() AssignmentApi
Get AssignmentApi instance
getBookmarkApi() BookmarkApi
Get BookmarkApi instance
getBusinessActivityApi() BusinessActivityApi
Get BusinessActivityApi instance
getCategoryApi() CategoryApi
Get CategoryApi instance
getConfigurationApi() ConfigurationApi
Get ConfigurationApi instance
getConnectorApi() ConnectorApi
Get ConnectorApi instance
getContributionApi() ContributionApi
Get ContributionApi instance
getDeviceApi() DeviceApi
Get DeviceApi instance
getDigitalDocumentApi() DigitalDocumentApi
Get DigitalDocumentApi instance
getDispatcherApi() DispatcherApi
Get DispatcherApi instance
getDocumentApi() DocumentApi
Get DocumentApi instance
getExportApi() ExportApi
Get ExportApi instance
getExternalServiceApi() ExternalServiceApi
Get ExternalServiceApi instance
getFeedApi() FeedApi
Get FeedApi instance
getFeedbackApi() FeedbackApi
Get FeedbackApi instance
getInternalServiceApi() InternalServiceApi
Get InternalServiceApi instance
getInvitationApi() InvitationApi
Get InvitationApi instance
getKnowledgeBaseApi() KnowledgeBaseApi
Get KnowledgeBaseApi instance
getMarkerApi() MarkerApi
Get MarkerApi instance
getMemberApi() MemberApi
Get MemberApi instance
getNoteApi() NoteApi
Get NoteApi instance
getOccupantApi() OccupantApi
Get OccupantApi instance
getOperationApi() OperationApi
Get OperationApi instance
getOrganizationApi() OrganizationApi
Get OrganizationApi instance
getPdfApi() PdfApi
Get PdfApi instance
getPersonApi() PersonApi
Get PersonApi instance
getPlaceApi() PlaceApi
Get PlaceApi instance
getPlanApi() PlanApi
Get PlanApi instance
getProcedureApi() ProcedureApi
Get ProcedureApi instance
getPublicationApi() PublicationApi
Get PublicationApi instance
getReportApi() ReportApi
Get ReportApi instance
getReviewApi() ReviewApi
Get ReviewApi instance
getReviewRequestApi() ReviewRequestApi
Get ReviewRequestApi instance
getRoleApi() RoleApi
Get RoleApi instance
getRuleApi() RuleApi
Get RuleApi instance
getSectionApi() SectionApi
Get SectionApi instance
getSecurityApi() SecurityApi
Get SecurityApi instance
getServiceApi() ServiceApi
Get ServiceApi instance
getSignerApi() SignerApi
Get SignerApi instance
getTemplateApi() TemplateApi
Get TemplateApi instance
getWebhookApi() WebhookApi
Get WebhookApi instance
getWorkflowApi() WorkflowApi
Get WorkflowApi instance
invokeAPI({required String path, Object? body, Options? options, Map<String, dynamic>? queryParameters, CancelToken? cancelToken, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Object>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String name, String apiKey) → void
setBasicAuth(String name, String username, String password) → void
setBearerAuth(String name, String token) → void
setOAuthToken(String name, String token) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

basePath → const String