Skip to content

halo-dev/dart_client

Repository files navigation

halo_client (EXPERIMENTAL)

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 2.20.0
  • Generator version: 7.10.0
  • Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Requirements

Installation & Usage

pub.dev

To use the package from pub.dev, please include the following in pubspec.yaml

dependencies:
  halo_client: 1.0.0

Github

If this Dart package is published to Github, please include the following in pubspec.yaml

dependencies:
  halo_client:
    git:
      url: https://github.com/GIT_USER_ID/GIT_REPO_ID.git
      #ref: main

Local development

To use the package from your local drive, please include the following in pubspec.yaml

dependencies:
  halo_client:
    path: /path/to/halo_client

Getting Started

Please follow the installation procedure and then run the following:

import 'package:halo_client/halo_client.dart';


final api = HaloClient().getAnnotationSettingV1alpha1Api();
final AnnotationSetting annotationSetting = ; // AnnotationSetting | Fresh annotationsetting

try {
    final response = await api.createAnnotationSetting(annotationSetting);
    print(response);
} catch on DioException (e) {
    print("Exception when calling AnnotationSettingV1alpha1Api->createAnnotationSetting: $e\n");
}

Documentation for API Endpoints

All URIs are relative to http://localhost:8091

Class Method HTTP request Description
AnnotationSettingV1alpha1Api createAnnotationSetting POST /api/v1alpha1/annotationsettings
AnnotationSettingV1alpha1Api deleteAnnotationSetting DELETE /api/v1alpha1/annotationsettings/{name}
AnnotationSettingV1alpha1Api getAnnotationSetting GET /api/v1alpha1/annotationsettings/{name}
AnnotationSettingV1alpha1Api listAnnotationSetting GET /api/v1alpha1/annotationsettings
AnnotationSettingV1alpha1Api patchAnnotationSetting PATCH /api/v1alpha1/annotationsettings/{name}
AnnotationSettingV1alpha1Api updateAnnotationSetting PUT /api/v1alpha1/annotationsettings/{name}
AttachmentV1alpha1Api createAttachment POST /apis/storage.halo.run/v1alpha1/attachments
AttachmentV1alpha1Api deleteAttachment DELETE /apis/storage.halo.run/v1alpha1/attachments/{name}
AttachmentV1alpha1Api getAttachment GET /apis/storage.halo.run/v1alpha1/attachments/{name}
AttachmentV1alpha1Api listAttachment GET /apis/storage.halo.run/v1alpha1/attachments
AttachmentV1alpha1Api patchAttachment PATCH /apis/storage.halo.run/v1alpha1/attachments/{name}
AttachmentV1alpha1Api updateAttachment PUT /apis/storage.halo.run/v1alpha1/attachments/{name}
AttachmentV1alpha1ConsoleApi externalTransferAttachment POST /apis/api.console.halo.run/v1alpha1/attachments/-/upload-from-url
AttachmentV1alpha1ConsoleApi searchAttachments GET /apis/api.console.halo.run/v1alpha1/attachments
AttachmentV1alpha1ConsoleApi uploadAttachment POST /apis/api.console.halo.run/v1alpha1/attachments/upload
AttachmentV1alpha1UcApi createAttachmentForPost POST /apis/uc.api.storage.halo.run/v1alpha1/attachments
AttachmentV1alpha1UcApi externalTransferAttachment1 POST /apis/uc.api.storage.halo.run/v1alpha1/attachments/-/upload-from-url
AttachmentV1alpha1UcApi listMyAttachments GET /apis/uc.api.storage.halo.run/v1alpha1/attachments
AttachmentV1alpha1UcApi uploadUcAttachment POST /apis/uc.api.storage.halo.run/v1alpha1/attachments/-/upload
AuthProviderV1alpha1Api createAuthProvider POST /apis/auth.halo.run/v1alpha1/authproviders
AuthProviderV1alpha1Api deleteAuthProvider DELETE /apis/auth.halo.run/v1alpha1/authproviders/{name}
AuthProviderV1alpha1Api getAuthProvider GET /apis/auth.halo.run/v1alpha1/authproviders/{name}
AuthProviderV1alpha1Api listAuthProvider GET /apis/auth.halo.run/v1alpha1/authproviders
AuthProviderV1alpha1Api patchAuthProvider PATCH /apis/auth.halo.run/v1alpha1/authproviders/{name}
AuthProviderV1alpha1Api updateAuthProvider PUT /apis/auth.halo.run/v1alpha1/authproviders/{name}
AuthProviderV1alpha1ConsoleApi disableAuthProvider PUT /apis/api.console.halo.run/v1alpha1/auth-providers/{name}/disable
AuthProviderV1alpha1ConsoleApi enableAuthProvider PUT /apis/api.console.halo.run/v1alpha1/auth-providers/{name}/enable
AuthProviderV1alpha1ConsoleApi listAuthProviders GET /apis/api.console.halo.run/v1alpha1/auth-providers
BackupV1alpha1Api createBackup POST /apis/migration.halo.run/v1alpha1/backups
BackupV1alpha1Api deleteBackup DELETE /apis/migration.halo.run/v1alpha1/backups/{name}
BackupV1alpha1Api getBackup GET /apis/migration.halo.run/v1alpha1/backups/{name}
BackupV1alpha1Api listBackup GET /apis/migration.halo.run/v1alpha1/backups
BackupV1alpha1Api patchBackup PATCH /apis/migration.halo.run/v1alpha1/backups/{name}
BackupV1alpha1Api updateBackup PUT /apis/migration.halo.run/v1alpha1/backups/{name}
CategoryV1alpha1Api createCategory POST /apis/content.halo.run/v1alpha1/categories
CategoryV1alpha1Api deleteCategory DELETE /apis/content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1Api getCategory GET /apis/content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1Api listCategory GET /apis/content.halo.run/v1alpha1/categories
CategoryV1alpha1Api patchCategory PATCH /apis/content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1Api updateCategory PUT /apis/content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1PublicApi queryCategories GET /apis/api.content.halo.run/v1alpha1/categories
CategoryV1alpha1PublicApi queryCategoryByName GET /apis/api.content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1PublicApi queryPostsByCategoryName GET /apis/api.content.halo.run/v1alpha1/categories/{name}/posts
CommentV1alpha1Api createComment POST /apis/content.halo.run/v1alpha1/comments
CommentV1alpha1Api deleteComment DELETE /apis/content.halo.run/v1alpha1/comments/{name}
CommentV1alpha1Api getComment GET /apis/content.halo.run/v1alpha1/comments/{name}
CommentV1alpha1Api listComment GET /apis/content.halo.run/v1alpha1/comments
CommentV1alpha1Api patchComment PATCH /apis/content.halo.run/v1alpha1/comments/{name}
CommentV1alpha1Api updateComment PUT /apis/content.halo.run/v1alpha1/comments/{name}
CommentV1alpha1ConsoleApi createComment POST /apis/api.console.halo.run/v1alpha1/comments
CommentV1alpha1ConsoleApi createReply POST /apis/api.console.halo.run/v1alpha1/comments/{name}/reply
CommentV1alpha1ConsoleApi listComments GET /apis/api.console.halo.run/v1alpha1/comments
CommentV1alpha1PublicApi createComment1 POST /apis/api.halo.run/v1alpha1/comments
CommentV1alpha1PublicApi createReply1 POST /apis/api.halo.run/v1alpha1/comments/{name}/reply
CommentV1alpha1PublicApi getComment GET /apis/api.halo.run/v1alpha1/comments/{name}
CommentV1alpha1PublicApi listCommentReplies GET /apis/api.halo.run/v1alpha1/comments/{name}/reply
CommentV1alpha1PublicApi listComments1 GET /apis/api.halo.run/v1alpha1/comments
ConfigMapV1alpha1Api createConfigMap POST /api/v1alpha1/configmaps
ConfigMapV1alpha1Api deleteConfigMap DELETE /api/v1alpha1/configmaps/{name}
ConfigMapV1alpha1Api getConfigMap GET /api/v1alpha1/configmaps/{name}
ConfigMapV1alpha1Api listConfigMap GET /api/v1alpha1/configmaps
ConfigMapV1alpha1Api patchConfigMap PATCH /api/v1alpha1/configmaps/{name}
ConfigMapV1alpha1Api updateConfigMap PUT /api/v1alpha1/configmaps/{name}
CounterV1alpha1Api createCounter POST /apis/metrics.halo.run/v1alpha1/counters
CounterV1alpha1Api deleteCounter DELETE /apis/metrics.halo.run/v1alpha1/counters/{name}
CounterV1alpha1Api getCounter GET /apis/metrics.halo.run/v1alpha1/counters/{name}
CounterV1alpha1Api listCounter GET /apis/metrics.halo.run/v1alpha1/counters
CounterV1alpha1Api patchCounter PATCH /apis/metrics.halo.run/v1alpha1/counters/{name}
CounterV1alpha1Api updateCounter PUT /apis/metrics.halo.run/v1alpha1/counters/{name}
DefaultApi setNoCacheForSetUpPage POST /system/setup
DeviceV1alpha1Api createDevice POST /apis/security.halo.run/v1alpha1/devices
DeviceV1alpha1Api deleteDevice DELETE /apis/security.halo.run/v1alpha1/devices/{name}
DeviceV1alpha1Api getDevice GET /apis/security.halo.run/v1alpha1/devices/{name}
DeviceV1alpha1Api listDevice GET /apis/security.halo.run/v1alpha1/devices
DeviceV1alpha1Api patchDevice PATCH /apis/security.halo.run/v1alpha1/devices/{name}
DeviceV1alpha1Api updateDevice PUT /apis/security.halo.run/v1alpha1/devices/{name}
DeviceV1alpha1UcApi listDevices GET /apis/uc.api.security.halo.run/v1alpha1/devices
DeviceV1alpha1UcApi revokeDevice DELETE /apis/uc.api.security.halo.run/v1alpha1/devices/{deviceId}
ExtensionDefinitionV1alpha1Api createExtensionDefinition POST /apis/plugin.halo.run/v1alpha1/extensiondefinitions
ExtensionDefinitionV1alpha1Api deleteExtensionDefinition DELETE /apis/plugin.halo.run/v1alpha1/extensiondefinitions/{name}
ExtensionDefinitionV1alpha1Api getExtensionDefinition GET /apis/plugin.halo.run/v1alpha1/extensiondefinitions/{name}
ExtensionDefinitionV1alpha1Api listExtensionDefinition GET /apis/plugin.halo.run/v1alpha1/extensiondefinitions
ExtensionDefinitionV1alpha1Api patchExtensionDefinition PATCH /apis/plugin.halo.run/v1alpha1/extensiondefinitions/{name}
ExtensionDefinitionV1alpha1Api updateExtensionDefinition PUT /apis/plugin.halo.run/v1alpha1/extensiondefinitions/{name}
ExtensionPointDefinitionV1alpha1Api createExtensionPointDefinition POST /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions
ExtensionPointDefinitionV1alpha1Api deleteExtensionPointDefinition DELETE /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions/{name}
ExtensionPointDefinitionV1alpha1Api getExtensionPointDefinition GET /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions/{name}
ExtensionPointDefinitionV1alpha1Api listExtensionPointDefinition GET /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions
ExtensionPointDefinitionV1alpha1Api patchExtensionPointDefinition PATCH /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions/{name}
ExtensionPointDefinitionV1alpha1Api updateExtensionPointDefinition PUT /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions/{name}
GroupV1alpha1Api createGroup POST /apis/storage.halo.run/v1alpha1/groups
GroupV1alpha1Api deleteGroup DELETE /apis/storage.halo.run/v1alpha1/groups/{name}
GroupV1alpha1Api getGroup GET /apis/storage.halo.run/v1alpha1/groups/{name}
GroupV1alpha1Api listGroup GET /apis/storage.halo.run/v1alpha1/groups
GroupV1alpha1Api patchGroup PATCH /apis/storage.halo.run/v1alpha1/groups/{name}
GroupV1alpha1Api updateGroup PUT /apis/storage.halo.run/v1alpha1/groups/{name}
IndexV1alpha1PublicApi indicesSearch POST /apis/api.halo.run/v1alpha1/indices/-/search
IndexV1alpha1PublicApi searchPost GET /apis/api.halo.run/v1alpha1/indices/post
IndicesV1alpha1ConsoleApi buildPostIndices POST /apis/api.console.halo.run/v1alpha1/indices/post
IndicesV1alpha1ConsoleApi rebuildAllIndices POST /apis/api.console.halo.run/v1alpha1/indices/-/rebuild
LocalThumbnailV1alpha1Api createLocalThumbnail POST /apis/storage.halo.run/v1alpha1/localthumbnails
LocalThumbnailV1alpha1Api deleteLocalThumbnail DELETE /apis/storage.halo.run/v1alpha1/localthumbnails/{name}
LocalThumbnailV1alpha1Api getLocalThumbnail GET /apis/storage.halo.run/v1alpha1/localthumbnails/{name}
LocalThumbnailV1alpha1Api listLocalThumbnail GET /apis/storage.halo.run/v1alpha1/localthumbnails
LocalThumbnailV1alpha1Api patchLocalThumbnail PATCH /apis/storage.halo.run/v1alpha1/localthumbnails/{name}
LocalThumbnailV1alpha1Api updateLocalThumbnail PUT /apis/storage.halo.run/v1alpha1/localthumbnails/{name}
MenuItemV1alpha1Api createMenuItem POST /api/v1alpha1/menuitems
MenuItemV1alpha1Api deleteMenuItem DELETE /api/v1alpha1/menuitems/{name}
MenuItemV1alpha1Api getMenuItem GET /api/v1alpha1/menuitems/{name}
MenuItemV1alpha1Api listMenuItem GET /api/v1alpha1/menuitems
MenuItemV1alpha1Api patchMenuItem PATCH /api/v1alpha1/menuitems/{name}
MenuItemV1alpha1Api updateMenuItem PUT /api/v1alpha1/menuitems/{name}
MenuV1alpha1Api createMenu POST /api/v1alpha1/menus
MenuV1alpha1Api deleteMenu DELETE /api/v1alpha1/menus/{name}
MenuV1alpha1Api getMenu GET /api/v1alpha1/menus/{name}
MenuV1alpha1Api listMenu GET /api/v1alpha1/menus
MenuV1alpha1Api patchMenu PATCH /api/v1alpha1/menus/{name}
MenuV1alpha1Api updateMenu PUT /api/v1alpha1/menus/{name}
MenuV1alpha1PublicApi queryMenuByName GET /apis/api.halo.run/v1alpha1/menus/{name}
MenuV1alpha1PublicApi queryPrimaryMenu GET /apis/api.halo.run/v1alpha1/menus/-
MetricsV1alpha1PublicApi count POST /apis/api.halo.run/v1alpha1/trackers/counter
MetricsV1alpha1PublicApi downvote POST /apis/api.halo.run/v1alpha1/trackers/downvote
MetricsV1alpha1PublicApi upvote POST /apis/api.halo.run/v1alpha1/trackers/upvote
MigrationV1alpha1ConsoleApi downloadBackups GET /apis/console.api.migration.halo.run/v1alpha1/backups/{name}/files/{filename}
MigrationV1alpha1ConsoleApi getBackupFiles GET /apis/console.api.migration.halo.run/v1alpha1/backup-files
MigrationV1alpha1ConsoleApi restoreBackup POST /apis/console.api.migration.halo.run/v1alpha1/restorations
NotificationTemplateV1alpha1Api createNotificationTemplate POST /apis/notification.halo.run/v1alpha1/notificationtemplates
NotificationTemplateV1alpha1Api deleteNotificationTemplate DELETE /apis/notification.halo.run/v1alpha1/notificationtemplates/{name}
NotificationTemplateV1alpha1Api getNotificationTemplate GET /apis/notification.halo.run/v1alpha1/notificationtemplates/{name}
NotificationTemplateV1alpha1Api listNotificationTemplate GET /apis/notification.halo.run/v1alpha1/notificationtemplates
NotificationTemplateV1alpha1Api patchNotificationTemplate PATCH /apis/notification.halo.run/v1alpha1/notificationtemplates/{name}
NotificationTemplateV1alpha1Api updateNotificationTemplate PUT /apis/notification.halo.run/v1alpha1/notificationtemplates/{name}
NotificationV1alpha1Api createNotification POST /apis/notification.halo.run/v1alpha1/notifications
NotificationV1alpha1Api deleteNotification DELETE /apis/notification.halo.run/v1alpha1/notifications/{name}
NotificationV1alpha1Api getNotification GET /apis/notification.halo.run/v1alpha1/notifications/{name}
NotificationV1alpha1Api listNotification GET /apis/notification.halo.run/v1alpha1/notifications
NotificationV1alpha1Api patchNotification PATCH /apis/notification.halo.run/v1alpha1/notifications/{name}
NotificationV1alpha1Api updateNotification PUT /apis/notification.halo.run/v1alpha1/notifications/{name}
NotificationV1alpha1PublicApi unsubscribe GET /apis/api.notification.halo.run/v1alpha1/subscriptions/{name}/unsubscribe
NotificationV1alpha1UcApi deleteSpecifiedNotification DELETE /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notifications/{name}
NotificationV1alpha1UcApi listUserNotificationPreferences GET /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notification-preferences
NotificationV1alpha1UcApi listUserNotifications GET /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notifications
NotificationV1alpha1UcApi markNotificationAsRead PUT /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notifications/{name}/mark-as-read
NotificationV1alpha1UcApi markNotificationsAsRead PUT /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notifications/-/mark-specified-as-read
NotificationV1alpha1UcApi saveUserNotificationPreferences POST /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notification-preferences
NotifierDescriptorV1alpha1Api createNotifierDescriptor POST /apis/notification.halo.run/v1alpha1/notifierDescriptors
NotifierDescriptorV1alpha1Api deleteNotifierDescriptor DELETE /apis/notification.halo.run/v1alpha1/notifierDescriptors/{name}
NotifierDescriptorV1alpha1Api getNotifierDescriptor GET /apis/notification.halo.run/v1alpha1/notifierDescriptors/{name}
NotifierDescriptorV1alpha1Api listNotifierDescriptor GET /apis/notification.halo.run/v1alpha1/notifierDescriptors
NotifierDescriptorV1alpha1Api patchNotifierDescriptor PATCH /apis/notification.halo.run/v1alpha1/notifierDescriptors/{name}
NotifierDescriptorV1alpha1Api updateNotifierDescriptor PUT /apis/notification.halo.run/v1alpha1/notifierDescriptors/{name}
NotifierV1alpha1ConsoleApi fetchSenderConfig GET /apis/api.console.halo.run/v1alpha1/notifiers/{name}/sender-config
NotifierV1alpha1ConsoleApi saveSenderConfig POST /apis/api.console.halo.run/v1alpha1/notifiers/{name}/sender-config
NotifierV1alpha1ConsoleApi verifyEmailSenderConfig POST /apis/console.api.notification.halo.run/v1alpha1/notifiers/default-email-notifier/verify-connection
NotifierV1alpha1UcApi fetchReceiverConfig GET /apis/api.notification.halo.run/v1alpha1/notifiers/{name}/receiver-config
NotifierV1alpha1UcApi saveReceiverConfig POST /apis/api.notification.halo.run/v1alpha1/notifiers/{name}/receiver-config
PersonalAccessTokenV1alpha1Api createPersonalAccessToken POST /apis/security.halo.run/v1alpha1/personalaccesstokens
PersonalAccessTokenV1alpha1Api deletePersonalAccessToken DELETE /apis/security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1Api getPersonalAccessToken GET /apis/security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1Api listPersonalAccessToken GET /apis/security.halo.run/v1alpha1/personalaccesstokens
PersonalAccessTokenV1alpha1Api patchPersonalAccessToken PATCH /apis/security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1Api updatePersonalAccessToken PUT /apis/security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1UcApi deletePat DELETE /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1UcApi generatePat POST /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens
PersonalAccessTokenV1alpha1UcApi obtainPat GET /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1UcApi obtainPats GET /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens
PersonalAccessTokenV1alpha1UcApi restorePat PUT /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens/{name}/actions/restoration
PersonalAccessTokenV1alpha1UcApi revokePat PUT /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens/{name}/actions/revocation
PluginV1alpha1Api createPlugin POST /apis/plugin.halo.run/v1alpha1/plugins
PluginV1alpha1Api deletePlugin DELETE /apis/plugin.halo.run/v1alpha1/plugins/{name}
PluginV1alpha1Api getPlugin GET /apis/plugin.halo.run/v1alpha1/plugins/{name}
PluginV1alpha1Api listPlugin GET /apis/plugin.halo.run/v1alpha1/plugins
PluginV1alpha1Api patchPlugin PATCH /apis/plugin.halo.run/v1alpha1/plugins/{name}
PluginV1alpha1Api updatePlugin PUT /apis/plugin.halo.run/v1alpha1/plugins/{name}
PluginV1alpha1ConsoleApi changePluginRunningState PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/plugin-state
PluginV1alpha1ConsoleApi fetchCssBundle GET /apis/api.console.halo.run/v1alpha1/plugins/-/bundle.css
PluginV1alpha1ConsoleApi fetchJsBundle GET /apis/api.console.halo.run/v1alpha1/plugins/-/bundle.js
PluginV1alpha1ConsoleApi fetchPluginConfig GET /apis/api.console.halo.run/v1alpha1/plugins/{name}/config
PluginV1alpha1ConsoleApi fetchPluginJsonConfig GET /apis/api.console.halo.run/v1alpha1/plugins/{name}/json-config
PluginV1alpha1ConsoleApi fetchPluginSetting GET /apis/api.console.halo.run/v1alpha1/plugins/{name}/setting
PluginV1alpha1ConsoleApi installPlugin POST /apis/api.console.halo.run/v1alpha1/plugins/install
PluginV1alpha1ConsoleApi installPluginFromUri POST /apis/api.console.halo.run/v1alpha1/plugins/-/install-from-uri
PluginV1alpha1ConsoleApi listPlugins GET /apis/api.console.halo.run/v1alpha1/plugins
PluginV1alpha1ConsoleApi reloadPlugin PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/reload
PluginV1alpha1ConsoleApi resetPluginConfig PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/reset-config
PluginV1alpha1ConsoleApi updatePluginConfig PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/config
PluginV1alpha1ConsoleApi updatePluginJsonConfig PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/json-config
PluginV1alpha1ConsoleApi upgradePlugin POST /apis/api.console.halo.run/v1alpha1/plugins/{name}/upgrade
PluginV1alpha1ConsoleApi upgradePluginFromUri POST /apis/api.console.halo.run/v1alpha1/plugins/{name}/upgrade-from-uri
PluginV1alpha1PublicApi queryPluginAvailableByName GET /apis/api.plugin.halo.run/v1alpha1/plugins/{name}/available
PolicyTemplateV1alpha1Api createPolicyTemplate POST /apis/storage.halo.run/v1alpha1/policytemplates
PolicyTemplateV1alpha1Api deletePolicyTemplate DELETE /apis/storage.halo.run/v1alpha1/policytemplates/{name}
PolicyTemplateV1alpha1Api getPolicyTemplate GET /apis/storage.halo.run/v1alpha1/policytemplates/{name}
PolicyTemplateV1alpha1Api listPolicyTemplate GET /apis/storage.halo.run/v1alpha1/policytemplates
PolicyTemplateV1alpha1Api patchPolicyTemplate PATCH /apis/storage.halo.run/v1alpha1/policytemplates/{name}
PolicyTemplateV1alpha1Api updatePolicyTemplate PUT /apis/storage.halo.run/v1alpha1/policytemplates/{name}
PolicyV1alpha1Api createPolicy POST /apis/storage.halo.run/v1alpha1/policies
PolicyV1alpha1Api deletePolicy DELETE /apis/storage.halo.run/v1alpha1/policies/{name}
PolicyV1alpha1Api getPolicy GET /apis/storage.halo.run/v1alpha1/policies/{name}
PolicyV1alpha1Api listPolicy GET /apis/storage.halo.run/v1alpha1/policies
PolicyV1alpha1Api patchPolicy PATCH /apis/storage.halo.run/v1alpha1/policies/{name}
PolicyV1alpha1Api updatePolicy PUT /apis/storage.halo.run/v1alpha1/policies/{name}
PostV1alpha1Api createPost POST /apis/content.halo.run/v1alpha1/posts
PostV1alpha1Api deletePost DELETE /apis/content.halo.run/v1alpha1/posts/{name}
PostV1alpha1Api getPost GET /apis/content.halo.run/v1alpha1/posts/{name}
PostV1alpha1Api listPost GET /apis/content.halo.run/v1alpha1/posts
PostV1alpha1Api patchPost PATCH /apis/content.halo.run/v1alpha1/posts/{name}
PostV1alpha1Api updatePost PUT /apis/content.halo.run/v1alpha1/posts/{name}
PostV1alpha1ConsoleApi deletePostContent DELETE /apis/api.console.halo.run/v1alpha1/posts/{name}/content
PostV1alpha1ConsoleApi draftPost POST /apis/api.console.halo.run/v1alpha1/posts
PostV1alpha1ConsoleApi fetchPostContent GET /apis/api.console.halo.run/v1alpha1/posts/{name}/content
PostV1alpha1ConsoleApi fetchPostHeadContent GET /apis/api.console.halo.run/v1alpha1/posts/{name}/head-content
PostV1alpha1ConsoleApi fetchPostReleaseContent GET /apis/api.console.halo.run/v1alpha1/posts/{name}/release-content
PostV1alpha1ConsoleApi listPostSnapshots GET /apis/api.console.halo.run/v1alpha1/posts/{name}/snapshot
PostV1alpha1ConsoleApi listPosts GET /apis/api.console.halo.run/v1alpha1/posts
PostV1alpha1ConsoleApi publishPost PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/publish
PostV1alpha1ConsoleApi recyclePost PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/recycle
PostV1alpha1ConsoleApi revertToSpecifiedSnapshotForPost PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/revert-content
PostV1alpha1ConsoleApi unpublishPost PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/unpublish
PostV1alpha1ConsoleApi updateDraftPost PUT /apis/api.console.halo.run/v1alpha1/posts/{name}
PostV1alpha1ConsoleApi updatePostContent PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/content
PostV1alpha1PublicApi queryPostByName GET /apis/api.content.halo.run/v1alpha1/posts/{name}
PostV1alpha1PublicApi queryPostNavigationByName GET /apis/api.content.halo.run/v1alpha1/posts/{name}/navigation
PostV1alpha1PublicApi queryPosts GET /apis/api.content.halo.run/v1alpha1/posts
PostV1alpha1UcApi createMyPost POST /apis/uc.api.content.halo.run/v1alpha1/posts
PostV1alpha1UcApi getMyPost GET /apis/uc.api.content.halo.run/v1alpha1/posts/{name}
PostV1alpha1UcApi getMyPostDraft GET /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/draft
PostV1alpha1UcApi listMyPosts GET /apis/uc.api.content.halo.run/v1alpha1/posts
PostV1alpha1UcApi publishMyPost PUT /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/publish
PostV1alpha1UcApi recycleMyPost DELETE /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/recycle
PostV1alpha1UcApi unpublishMyPost PUT /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/unpublish
PostV1alpha1UcApi updateMyPost PUT /apis/uc.api.content.halo.run/v1alpha1/posts/{name}
PostV1alpha1UcApi updateMyPostDraft PUT /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/draft
ReasonTypeV1alpha1Api createReasonType POST /apis/notification.halo.run/v1alpha1/reasontypes
ReasonTypeV1alpha1Api deleteReasonType DELETE /apis/notification.halo.run/v1alpha1/reasontypes/{name}
ReasonTypeV1alpha1Api getReasonType GET /apis/notification.halo.run/v1alpha1/reasontypes/{name}
ReasonTypeV1alpha1Api listReasonType GET /apis/notification.halo.run/v1alpha1/reasontypes
ReasonTypeV1alpha1Api patchReasonType PATCH /apis/notification.halo.run/v1alpha1/reasontypes/{name}
ReasonTypeV1alpha1Api updateReasonType PUT /apis/notification.halo.run/v1alpha1/reasontypes/{name}
ReasonV1alpha1Api createReason POST /apis/notification.halo.run/v1alpha1/reasons
ReasonV1alpha1Api deleteReason DELETE /apis/notification.halo.run/v1alpha1/reasons/{name}
ReasonV1alpha1Api getReason GET /apis/notification.halo.run/v1alpha1/reasons/{name}
ReasonV1alpha1Api listReason GET /apis/notification.halo.run/v1alpha1/reasons
ReasonV1alpha1Api patchReason PATCH /apis/notification.halo.run/v1alpha1/reasons/{name}
ReasonV1alpha1Api updateReason PUT /apis/notification.halo.run/v1alpha1/reasons/{name}
RememberMeTokenV1alpha1Api createRememberMeToken POST /apis/security.halo.run/v1alpha1/remembermetokens
RememberMeTokenV1alpha1Api deleteRememberMeToken DELETE /apis/security.halo.run/v1alpha1/remembermetokens/{name}
RememberMeTokenV1alpha1Api getRememberMeToken GET /apis/security.halo.run/v1alpha1/remembermetokens/{name}
RememberMeTokenV1alpha1Api listRememberMeToken GET /apis/security.halo.run/v1alpha1/remembermetokens
RememberMeTokenV1alpha1Api patchRememberMeToken PATCH /apis/security.halo.run/v1alpha1/remembermetokens/{name}
RememberMeTokenV1alpha1Api updateRememberMeToken PUT /apis/security.halo.run/v1alpha1/remembermetokens/{name}
ReplyV1alpha1Api createReply POST /apis/content.halo.run/v1alpha1/replies
ReplyV1alpha1Api deleteReply DELETE /apis/content.halo.run/v1alpha1/replies/{name}
ReplyV1alpha1Api getReply GET /apis/content.halo.run/v1alpha1/replies/{name}
ReplyV1alpha1Api listReply GET /apis/content.halo.run/v1alpha1/replies
ReplyV1alpha1Api patchReply PATCH /apis/content.halo.run/v1alpha1/replies/{name}
ReplyV1alpha1Api updateReply PUT /apis/content.halo.run/v1alpha1/replies/{name}
ReplyV1alpha1ConsoleApi listReplies GET /apis/api.console.halo.run/v1alpha1/replies
ReverseProxyV1alpha1Api createReverseProxy POST /apis/plugin.halo.run/v1alpha1/reverseproxies
ReverseProxyV1alpha1Api deleteReverseProxy DELETE /apis/plugin.halo.run/v1alpha1/reverseproxies/{name}
ReverseProxyV1alpha1Api getReverseProxy GET /apis/plugin.halo.run/v1alpha1/reverseproxies/{name}
ReverseProxyV1alpha1Api listReverseProxy GET /apis/plugin.halo.run/v1alpha1/reverseproxies
ReverseProxyV1alpha1Api patchReverseProxy PATCH /apis/plugin.halo.run/v1alpha1/reverseproxies/{name}
ReverseProxyV1alpha1Api updateReverseProxy PUT /apis/plugin.halo.run/v1alpha1/reverseproxies/{name}
RoleBindingV1alpha1Api createRoleBinding POST /api/v1alpha1/rolebindings
RoleBindingV1alpha1Api deleteRoleBinding DELETE /api/v1alpha1/rolebindings/{name}
RoleBindingV1alpha1Api getRoleBinding GET /api/v1alpha1/rolebindings/{name}
RoleBindingV1alpha1Api listRoleBinding GET /api/v1alpha1/rolebindings
RoleBindingV1alpha1Api patchRoleBinding PATCH /api/v1alpha1/rolebindings/{name}
RoleBindingV1alpha1Api updateRoleBinding PUT /api/v1alpha1/rolebindings/{name}
RoleV1alpha1Api createRole POST /api/v1alpha1/roles
RoleV1alpha1Api deleteRole DELETE /api/v1alpha1/roles/{name}
RoleV1alpha1Api getRole GET /api/v1alpha1/roles/{name}
RoleV1alpha1Api listRole GET /api/v1alpha1/roles
RoleV1alpha1Api patchRole PATCH /api/v1alpha1/roles/{name}
RoleV1alpha1Api updateRole PUT /api/v1alpha1/roles/{name}
SearchEngineV1alpha1Api createSearchEngine POST /apis/plugin.halo.run/v1alpha1/searchengines
SearchEngineV1alpha1Api deleteSearchEngine DELETE /apis/plugin.halo.run/v1alpha1/searchengines/{name}
SearchEngineV1alpha1Api getSearchEngine GET /apis/plugin.halo.run/v1alpha1/searchengines/{name}
SearchEngineV1alpha1Api listSearchEngine GET /apis/plugin.halo.run/v1alpha1/searchengines
SearchEngineV1alpha1Api patchSearchEngine PATCH /apis/plugin.halo.run/v1alpha1/searchengines/{name}
SearchEngineV1alpha1Api updateSearchEngine PUT /apis/plugin.halo.run/v1alpha1/searchengines/{name}
SecretV1alpha1Api createSecret POST /api/v1alpha1/secrets
SecretV1alpha1Api deleteSecret DELETE /api/v1alpha1/secrets/{name}
SecretV1alpha1Api getSecret GET /api/v1alpha1/secrets/{name}
SecretV1alpha1Api listSecret GET /api/v1alpha1/secrets
SecretV1alpha1Api patchSecret PATCH /api/v1alpha1/secrets/{name}
SecretV1alpha1Api updateSecret PUT /api/v1alpha1/secrets/{name}
SettingV1alpha1Api createSetting POST /api/v1alpha1/settings
SettingV1alpha1Api deleteSetting DELETE /api/v1alpha1/settings/{name}
SettingV1alpha1Api getSetting GET /api/v1alpha1/settings/{name}
SettingV1alpha1Api listSetting GET /api/v1alpha1/settings
SettingV1alpha1Api patchSetting PATCH /api/v1alpha1/settings/{name}
SettingV1alpha1Api updateSetting PUT /api/v1alpha1/settings/{name}
SinglePageV1alpha1Api createSinglePage POST /apis/content.halo.run/v1alpha1/singlepages
SinglePageV1alpha1Api deleteSinglePage DELETE /apis/content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1Api getSinglePage GET /apis/content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1Api listSinglePage GET /apis/content.halo.run/v1alpha1/singlepages
SinglePageV1alpha1Api patchSinglePage PATCH /apis/content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1Api updateSinglePage PUT /apis/content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1ConsoleApi deleteSinglePageContent DELETE /apis/api.console.halo.run/v1alpha1/singlepages/{name}/content
SinglePageV1alpha1ConsoleApi draftSinglePage POST /apis/api.console.halo.run/v1alpha1/singlepages
SinglePageV1alpha1ConsoleApi fetchSinglePageContent GET /apis/api.console.halo.run/v1alpha1/singlepages/{name}/content
SinglePageV1alpha1ConsoleApi fetchSinglePageHeadContent GET /apis/api.console.halo.run/v1alpha1/singlepages/{name}/head-content
SinglePageV1alpha1ConsoleApi fetchSinglePageReleaseContent GET /apis/api.console.halo.run/v1alpha1/singlepages/{name}/release-content
SinglePageV1alpha1ConsoleApi listSinglePageSnapshots GET /apis/api.console.halo.run/v1alpha1/singlepages/{name}/snapshot
SinglePageV1alpha1ConsoleApi listSinglePages GET /apis/api.console.halo.run/v1alpha1/singlepages
SinglePageV1alpha1ConsoleApi publishSinglePage PUT /apis/api.console.halo.run/v1alpha1/singlepages/{name}/publish
SinglePageV1alpha1ConsoleApi revertToSpecifiedSnapshotForSinglePage PUT /apis/api.console.halo.run/v1alpha1/singlepages/{name}/revert-content
SinglePageV1alpha1ConsoleApi updateDraftSinglePage PUT /apis/api.console.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1ConsoleApi updateSinglePageContent PUT /apis/api.console.halo.run/v1alpha1/singlepages/{name}/content
SinglePageV1alpha1PublicApi querySinglePageByName GET /apis/api.content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1PublicApi querySinglePages GET /apis/api.content.halo.run/v1alpha1/singlepages
SnapshotV1alpha1Api createSnapshot POST /apis/content.halo.run/v1alpha1/snapshots
SnapshotV1alpha1Api deleteSnapshot DELETE /apis/content.halo.run/v1alpha1/snapshots/{name}
SnapshotV1alpha1Api getSnapshot GET /apis/content.halo.run/v1alpha1/snapshots/{name}
SnapshotV1alpha1Api listSnapshot GET /apis/content.halo.run/v1alpha1/snapshots
SnapshotV1alpha1Api patchSnapshot PATCH /apis/content.halo.run/v1alpha1/snapshots/{name}
SnapshotV1alpha1Api updateSnapshot PUT /apis/content.halo.run/v1alpha1/snapshots/{name}
SnapshotV1alpha1UcApi getSnapshotForPost GET /apis/uc.api.content.halo.run/v1alpha1/snapshots/{name}
SubscriptionV1alpha1Api createSubscription POST /apis/notification.halo.run/v1alpha1/subscriptions
SubscriptionV1alpha1Api deleteSubscription DELETE /apis/notification.halo.run/v1alpha1/subscriptions/{name}
SubscriptionV1alpha1Api getSubscription GET /apis/notification.halo.run/v1alpha1/subscriptions/{name}
SubscriptionV1alpha1Api listSubscription GET /apis/notification.halo.run/v1alpha1/subscriptions
SubscriptionV1alpha1Api patchSubscription PATCH /apis/notification.halo.run/v1alpha1/subscriptions/{name}
SubscriptionV1alpha1Api updateSubscription PUT /apis/notification.halo.run/v1alpha1/subscriptions/{name}
SystemConfigV1alpha1ConsoleApi getSystemConfigByGroup GET /apis/console.api.halo.run/v1alpha1/systemconfigs/{group}
SystemConfigV1alpha1ConsoleApi updateSystemConfigByGroup PUT /apis/console.api.halo.run/v1alpha1/systemconfigs/{group}
SystemV1alpha1ConsoleApi getStats GET /apis/api.console.halo.run/v1alpha1/stats
SystemV1alpha1PublicApi jumpToSetupPage GET /system/setup
SystemV1alpha1PublicApi queryStats GET /apis/api.halo.run/v1alpha1/stats/-
TagV1alpha1Api createTag POST /apis/content.halo.run/v1alpha1/tags
TagV1alpha1Api deleteTag DELETE /apis/content.halo.run/v1alpha1/tags/{name}
TagV1alpha1Api getTag GET /apis/content.halo.run/v1alpha1/tags/{name}
TagV1alpha1Api listTag GET /apis/content.halo.run/v1alpha1/tags
TagV1alpha1Api patchTag PATCH /apis/content.halo.run/v1alpha1/tags/{name}
TagV1alpha1Api updateTag PUT /apis/content.halo.run/v1alpha1/tags/{name}
TagV1alpha1ConsoleApi listPostTags GET /apis/api.console.halo.run/v1alpha1/tags
TagV1alpha1PublicApi queryPostsByTagName GET /apis/api.content.halo.run/v1alpha1/tags/{name}/posts
TagV1alpha1PublicApi queryTagByName GET /apis/api.content.halo.run/v1alpha1/tags/{name}
TagV1alpha1PublicApi queryTags GET /apis/api.content.halo.run/v1alpha1/tags
ThemeV1alpha1Api createTheme POST /apis/theme.halo.run/v1alpha1/themes
ThemeV1alpha1Api deleteTheme DELETE /apis/theme.halo.run/v1alpha1/themes/{name}
ThemeV1alpha1Api getTheme GET /apis/theme.halo.run/v1alpha1/themes/{name}
ThemeV1alpha1Api listTheme GET /apis/theme.halo.run/v1alpha1/themes
ThemeV1alpha1Api patchTheme PATCH /apis/theme.halo.run/v1alpha1/themes/{name}
ThemeV1alpha1Api updateTheme PUT /apis/theme.halo.run/v1alpha1/themes/{name}
ThemeV1alpha1ConsoleApi activateTheme PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/activation
ThemeV1alpha1ConsoleApi fetchActivatedTheme GET /apis/api.console.halo.run/v1alpha1/themes/-/activation
ThemeV1alpha1ConsoleApi fetchThemeConfig GET /apis/api.console.halo.run/v1alpha1/themes/{name}/config
ThemeV1alpha1ConsoleApi fetchThemeJsonConfig GET /apis/api.console.halo.run/v1alpha1/themes/{name}/json-config
ThemeV1alpha1ConsoleApi fetchThemeSetting GET /apis/api.console.halo.run/v1alpha1/themes/{name}/setting
ThemeV1alpha1ConsoleApi installTheme POST /apis/api.console.halo.run/v1alpha1/themes/install
ThemeV1alpha1ConsoleApi installThemeFromUri POST /apis/api.console.halo.run/v1alpha1/themes/-/install-from-uri
ThemeV1alpha1ConsoleApi invalidateCache PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/invalidate-cache
ThemeV1alpha1ConsoleApi listThemes GET /apis/api.console.halo.run/v1alpha1/themes
ThemeV1alpha1ConsoleApi reload PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/reload
ThemeV1alpha1ConsoleApi resetThemeConfig PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/reset-config
ThemeV1alpha1ConsoleApi updateThemeConfig PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/config
ThemeV1alpha1ConsoleApi updateThemeJsonConfig PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/json-config
ThemeV1alpha1ConsoleApi upgradeTheme POST /apis/api.console.halo.run/v1alpha1/themes/{name}/upgrade
ThemeV1alpha1ConsoleApi upgradeThemeFromUri POST /apis/api.console.halo.run/v1alpha1/themes/{name}/upgrade-from-uri
ThumbnailV1alpha1Api createThumbnail POST /apis/storage.halo.run/v1alpha1/thumbnails
ThumbnailV1alpha1Api deleteThumbnail DELETE /apis/storage.halo.run/v1alpha1/thumbnails/{name}
ThumbnailV1alpha1Api getThumbnail GET /apis/storage.halo.run/v1alpha1/thumbnails/{name}
ThumbnailV1alpha1Api listThumbnail GET /apis/storage.halo.run/v1alpha1/thumbnails
ThumbnailV1alpha1Api patchThumbnail PATCH /apis/storage.halo.run/v1alpha1/thumbnails/{name}
ThumbnailV1alpha1Api updateThumbnail PUT /apis/storage.halo.run/v1alpha1/thumbnails/{name}
ThumbnailV1alpha1PublicApi getThumbnailByUri GET /apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri
TwoFactorAuthV1alpha1UcApi configurerTotp POST /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/totp
TwoFactorAuthV1alpha1UcApi deleteTotp DELETE /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/totp/-
TwoFactorAuthV1alpha1UcApi disableTwoFactor PUT /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/settings/disabled
TwoFactorAuthV1alpha1UcApi enableTwoFactor PUT /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/settings/enabled
TwoFactorAuthV1alpha1UcApi getTotpAuthLink GET /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/totp/auth-link
TwoFactorAuthV1alpha1UcApi getTwoFactorAuthenticationSettings GET /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/settings
UserConnectionV1alpha1Api createUserConnection POST /apis/auth.halo.run/v1alpha1/userconnections
UserConnectionV1alpha1Api deleteUserConnection DELETE /apis/auth.halo.run/v1alpha1/userconnections/{name}
UserConnectionV1alpha1Api getUserConnection GET /apis/auth.halo.run/v1alpha1/userconnections/{name}
UserConnectionV1alpha1Api listUserConnection GET /apis/auth.halo.run/v1alpha1/userconnections
UserConnectionV1alpha1Api patchUserConnection PATCH /apis/auth.halo.run/v1alpha1/userconnections/{name}
UserConnectionV1alpha1Api updateUserConnection PUT /apis/auth.halo.run/v1alpha1/userconnections/{name}
UserConnectionV1alpha1UcApi disconnectMyConnection PUT /apis/uc.api.auth.halo.run/v1alpha1/user-connections/{registerId}/disconnect
UserV1alpha1Api createUser POST /api/v1alpha1/users
UserV1alpha1Api deleteUser DELETE /api/v1alpha1/users/{name}
UserV1alpha1Api getUser GET /api/v1alpha1/users/{name}
UserV1alpha1Api listUser GET /api/v1alpha1/users
UserV1alpha1Api patchUser PATCH /api/v1alpha1/users/{name}
UserV1alpha1Api updateUser PUT /api/v1alpha1/users/{name}
UserV1alpha1ConsoleApi changeAnyonePassword PUT /apis/api.console.halo.run/v1alpha1/users/{name}/password
UserV1alpha1ConsoleApi changeOwnPassword PUT /apis/api.console.halo.run/v1alpha1/users/-/password
UserV1alpha1ConsoleApi createUser POST /apis/api.console.halo.run/v1alpha1/users
UserV1alpha1ConsoleApi deleteUserAvatar DELETE /apis/api.console.halo.run/v1alpha1/users/{name}/avatar
UserV1alpha1ConsoleApi getCurrentUserDetail GET /apis/api.console.halo.run/v1alpha1/users/-
UserV1alpha1ConsoleApi getPermissions GET /apis/api.console.halo.run/v1alpha1/users/{name}/permissions
UserV1alpha1ConsoleApi getUserDetail GET /apis/api.console.halo.run/v1alpha1/users/{name}
UserV1alpha1ConsoleApi grantPermission POST /apis/api.console.halo.run/v1alpha1/users/{name}/permissions
UserV1alpha1ConsoleApi listUsers GET /apis/api.console.halo.run/v1alpha1/users
UserV1alpha1ConsoleApi sendEmailVerificationCode POST /apis/api.console.halo.run/v1alpha1/users/-/send-email-verification-code
UserV1alpha1ConsoleApi updateCurrentUser PUT /apis/api.console.halo.run/v1alpha1/users/-
UserV1alpha1ConsoleApi uploadUserAvatar POST /apis/api.console.halo.run/v1alpha1/users/{name}/avatar
UserV1alpha1ConsoleApi verifyEmail POST /apis/api.console.halo.run/v1alpha1/users/-/verify-email

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

basicAuth

  • Type: HTTP basic authentication

bearerAuth

  • Type: HTTP Bearer Token authentication (JWT)

Author

About

Halo REST API client for Dart(EXPERIMENTAL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages