Skip to content

Halo REST API client for Python(EXPERIMENTAL)

halo-dev/python_client

Repository files navigation

halo_client

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

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

  • API version: 2.21.7
  • Package version: 1.0.0
  • Generator version: 7.16.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/halo-dev/python_client.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/halo-dev/python_client.git)

Then import the package:

import halo_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import halo_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import halo_client
from halo_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost:8091
# See configuration.py for a list of all supported configuration parameters.
configuration = halo_client.Configuration(
    host = "http://localhost:8091"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure HTTP basic authorization: basicAuth
configuration = halo_client.Configuration(
    username = os.environ["USERNAME"],
    password = os.environ["PASSWORD"]
)

# Configure Bearer authorization (JWT): bearerAuth
configuration = halo_client.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with halo_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = halo_client.AnnotationSettingV1alpha1Api(api_client)
    annotation_setting = halo_client.AnnotationSetting() # AnnotationSetting | Fresh annotationsetting (optional)

    try:
        api_response = api_instance.create_annotation_setting(annotation_setting=annotation_setting)
        print("The response of AnnotationSettingV1alpha1Api->create_annotation_setting:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AnnotationSettingV1alpha1Api->create_annotation_setting: %s\n" % e)

Documentation for API Endpoints

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

Class Method HTTP request Description
AnnotationSettingV1alpha1Api create_annotation_setting POST /api/v1alpha1/annotationsettings
AnnotationSettingV1alpha1Api delete_annotation_setting DELETE /api/v1alpha1/annotationsettings/{name}
AnnotationSettingV1alpha1Api get_annotation_setting GET /api/v1alpha1/annotationsettings/{name}
AnnotationSettingV1alpha1Api list_annotation_setting GET /api/v1alpha1/annotationsettings
AnnotationSettingV1alpha1Api patch_annotation_setting PATCH /api/v1alpha1/annotationsettings/{name}
AnnotationSettingV1alpha1Api update_annotation_setting PUT /api/v1alpha1/annotationsettings/{name}
AttachmentV1alpha1Api create_attachment POST /apis/storage.halo.run/v1alpha1/attachments
AttachmentV1alpha1Api delete_attachment DELETE /apis/storage.halo.run/v1alpha1/attachments/{name}
AttachmentV1alpha1Api get_attachment GET /apis/storage.halo.run/v1alpha1/attachments/{name}
AttachmentV1alpha1Api list_attachment GET /apis/storage.halo.run/v1alpha1/attachments
AttachmentV1alpha1Api patch_attachment PATCH /apis/storage.halo.run/v1alpha1/attachments/{name}
AttachmentV1alpha1Api update_attachment PUT /apis/storage.halo.run/v1alpha1/attachments/{name}
AttachmentV1alpha1ConsoleApi external_transfer_attachment POST /apis/api.console.halo.run/v1alpha1/attachments/-/upload-from-url
AttachmentV1alpha1ConsoleApi search_attachments GET /apis/api.console.halo.run/v1alpha1/attachments
AttachmentV1alpha1ConsoleApi upload_attachment POST /apis/api.console.halo.run/v1alpha1/attachments/upload
AttachmentV1alpha1UcApi create_attachment_for_post POST /apis/uc.api.storage.halo.run/v1alpha1/attachments
AttachmentV1alpha1UcApi external_transfer_attachment1 POST /apis/uc.api.storage.halo.run/v1alpha1/attachments/-/upload-from-url
AttachmentV1alpha1UcApi list_my_attachments GET /apis/uc.api.storage.halo.run/v1alpha1/attachments
AttachmentV1alpha1UcApi upload_uc_attachment POST /apis/uc.api.storage.halo.run/v1alpha1/attachments/-/upload
AuthProviderV1alpha1Api create_auth_provider POST /apis/auth.halo.run/v1alpha1/authproviders
AuthProviderV1alpha1Api delete_auth_provider DELETE /apis/auth.halo.run/v1alpha1/authproviders/{name}
AuthProviderV1alpha1Api get_auth_provider GET /apis/auth.halo.run/v1alpha1/authproviders/{name}
AuthProviderV1alpha1Api list_auth_provider GET /apis/auth.halo.run/v1alpha1/authproviders
AuthProviderV1alpha1Api patch_auth_provider PATCH /apis/auth.halo.run/v1alpha1/authproviders/{name}
AuthProviderV1alpha1Api update_auth_provider PUT /apis/auth.halo.run/v1alpha1/authproviders/{name}
AuthProviderV1alpha1ConsoleApi disable_auth_provider PUT /apis/api.console.halo.run/v1alpha1/auth-providers/{name}/disable
AuthProviderV1alpha1ConsoleApi enable_auth_provider PUT /apis/api.console.halo.run/v1alpha1/auth-providers/{name}/enable
AuthProviderV1alpha1ConsoleApi list_auth_providers GET /apis/api.console.halo.run/v1alpha1/auth-providers
BackupV1alpha1Api create_backup POST /apis/migration.halo.run/v1alpha1/backups
BackupV1alpha1Api delete_backup DELETE /apis/migration.halo.run/v1alpha1/backups/{name}
BackupV1alpha1Api get_backup GET /apis/migration.halo.run/v1alpha1/backups/{name}
BackupV1alpha1Api list_backup GET /apis/migration.halo.run/v1alpha1/backups
BackupV1alpha1Api patch_backup PATCH /apis/migration.halo.run/v1alpha1/backups/{name}
BackupV1alpha1Api update_backup PUT /apis/migration.halo.run/v1alpha1/backups/{name}
CategoryV1alpha1Api create_category POST /apis/content.halo.run/v1alpha1/categories
CategoryV1alpha1Api delete_category DELETE /apis/content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1Api get_category GET /apis/content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1Api list_category GET /apis/content.halo.run/v1alpha1/categories
CategoryV1alpha1Api patch_category PATCH /apis/content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1Api update_category PUT /apis/content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1PublicApi query_categories GET /apis/api.content.halo.run/v1alpha1/categories
CategoryV1alpha1PublicApi query_category_by_name GET /apis/api.content.halo.run/v1alpha1/categories/{name}
CategoryV1alpha1PublicApi query_posts_by_category_name GET /apis/api.content.halo.run/v1alpha1/categories/{name}/posts
CommentV1alpha1Api create_comment POST /apis/content.halo.run/v1alpha1/comments
CommentV1alpha1Api delete_comment DELETE /apis/content.halo.run/v1alpha1/comments/{name}
CommentV1alpha1Api get_comment GET /apis/content.halo.run/v1alpha1/comments/{name}
CommentV1alpha1Api list_comment GET /apis/content.halo.run/v1alpha1/comments
CommentV1alpha1Api patch_comment PATCH /apis/content.halo.run/v1alpha1/comments/{name}
CommentV1alpha1Api update_comment PUT /apis/content.halo.run/v1alpha1/comments/{name}
CommentV1alpha1ConsoleApi create_comment POST /apis/api.console.halo.run/v1alpha1/comments
CommentV1alpha1ConsoleApi create_reply POST /apis/api.console.halo.run/v1alpha1/comments/{name}/reply
CommentV1alpha1ConsoleApi list_comments GET /apis/api.console.halo.run/v1alpha1/comments
CommentV1alpha1PublicApi create_comment1 POST /apis/api.halo.run/v1alpha1/comments
CommentV1alpha1PublicApi create_reply1 POST /apis/api.halo.run/v1alpha1/comments/{name}/reply
CommentV1alpha1PublicApi get_comment GET /apis/api.halo.run/v1alpha1/comments/{name}
CommentV1alpha1PublicApi list_comment_replies GET /apis/api.halo.run/v1alpha1/comments/{name}/reply
CommentV1alpha1PublicApi list_comments1 GET /apis/api.halo.run/v1alpha1/comments
ConfigMapV1alpha1Api create_config_map POST /api/v1alpha1/configmaps
ConfigMapV1alpha1Api delete_config_map DELETE /api/v1alpha1/configmaps/{name}
ConfigMapV1alpha1Api get_config_map GET /api/v1alpha1/configmaps/{name}
ConfigMapV1alpha1Api list_config_map GET /api/v1alpha1/configmaps
ConfigMapV1alpha1Api patch_config_map PATCH /api/v1alpha1/configmaps/{name}
ConfigMapV1alpha1Api update_config_map PUT /api/v1alpha1/configmaps/{name}
CounterV1alpha1Api create_counter POST /apis/metrics.halo.run/v1alpha1/counters
CounterV1alpha1Api delete_counter DELETE /apis/metrics.halo.run/v1alpha1/counters/{name}
CounterV1alpha1Api get_counter GET /apis/metrics.halo.run/v1alpha1/counters/{name}
CounterV1alpha1Api list_counter GET /apis/metrics.halo.run/v1alpha1/counters
CounterV1alpha1Api patch_counter PATCH /apis/metrics.halo.run/v1alpha1/counters/{name}
CounterV1alpha1Api update_counter PUT /apis/metrics.halo.run/v1alpha1/counters/{name}
DeviceV1alpha1Api create_device POST /apis/security.halo.run/v1alpha1/devices
DeviceV1alpha1Api delete_device DELETE /apis/security.halo.run/v1alpha1/devices/{name}
DeviceV1alpha1Api get_device GET /apis/security.halo.run/v1alpha1/devices/{name}
DeviceV1alpha1Api list_device GET /apis/security.halo.run/v1alpha1/devices
DeviceV1alpha1Api patch_device PATCH /apis/security.halo.run/v1alpha1/devices/{name}
DeviceV1alpha1Api update_device PUT /apis/security.halo.run/v1alpha1/devices/{name}
DeviceV1alpha1UcApi list_devices GET /apis/uc.api.security.halo.run/v1alpha1/devices
DeviceV1alpha1UcApi revoke_device DELETE /apis/uc.api.security.halo.run/v1alpha1/devices/{deviceId}
ExtensionDefinitionV1alpha1Api create_extension_definition POST /apis/plugin.halo.run/v1alpha1/extensiondefinitions
ExtensionDefinitionV1alpha1Api delete_extension_definition DELETE /apis/plugin.halo.run/v1alpha1/extensiondefinitions/{name}
ExtensionDefinitionV1alpha1Api get_extension_definition GET /apis/plugin.halo.run/v1alpha1/extensiondefinitions/{name}
ExtensionDefinitionV1alpha1Api list_extension_definition GET /apis/plugin.halo.run/v1alpha1/extensiondefinitions
ExtensionDefinitionV1alpha1Api patch_extension_definition PATCH /apis/plugin.halo.run/v1alpha1/extensiondefinitions/{name}
ExtensionDefinitionV1alpha1Api update_extension_definition PUT /apis/plugin.halo.run/v1alpha1/extensiondefinitions/{name}
ExtensionPointDefinitionV1alpha1Api create_extension_point_definition POST /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions
ExtensionPointDefinitionV1alpha1Api delete_extension_point_definition DELETE /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions/{name}
ExtensionPointDefinitionV1alpha1Api get_extension_point_definition GET /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions/{name}
ExtensionPointDefinitionV1alpha1Api list_extension_point_definition GET /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions
ExtensionPointDefinitionV1alpha1Api patch_extension_point_definition PATCH /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions/{name}
ExtensionPointDefinitionV1alpha1Api update_extension_point_definition PUT /apis/plugin.halo.run/v1alpha1/extensionpointdefinitions/{name}
GroupV1alpha1Api create_group POST /apis/storage.halo.run/v1alpha1/groups
GroupV1alpha1Api delete_group DELETE /apis/storage.halo.run/v1alpha1/groups/{name}
GroupV1alpha1Api get_group GET /apis/storage.halo.run/v1alpha1/groups/{name}
GroupV1alpha1Api list_group GET /apis/storage.halo.run/v1alpha1/groups
GroupV1alpha1Api patch_group PATCH /apis/storage.halo.run/v1alpha1/groups/{name}
GroupV1alpha1Api update_group PUT /apis/storage.halo.run/v1alpha1/groups/{name}
IndexV1alpha1PublicApi indices_search POST /apis/api.halo.run/v1alpha1/indices/-/search
IndicesV1alpha1ConsoleApi rebuild_all_indices POST /apis/api.console.halo.run/v1alpha1/indices/-/rebuild
LocalThumbnailV1alpha1Api create_local_thumbnail POST /apis/storage.halo.run/v1alpha1/localthumbnails
LocalThumbnailV1alpha1Api delete_local_thumbnail DELETE /apis/storage.halo.run/v1alpha1/localthumbnails/{name}
LocalThumbnailV1alpha1Api get_local_thumbnail GET /apis/storage.halo.run/v1alpha1/localthumbnails/{name}
LocalThumbnailV1alpha1Api list_local_thumbnail GET /apis/storage.halo.run/v1alpha1/localthumbnails
LocalThumbnailV1alpha1Api patch_local_thumbnail PATCH /apis/storage.halo.run/v1alpha1/localthumbnails/{name}
LocalThumbnailV1alpha1Api update_local_thumbnail PUT /apis/storage.halo.run/v1alpha1/localthumbnails/{name}
MenuItemV1alpha1Api create_menu_item POST /api/v1alpha1/menuitems
MenuItemV1alpha1Api delete_menu_item DELETE /api/v1alpha1/menuitems/{name}
MenuItemV1alpha1Api get_menu_item GET /api/v1alpha1/menuitems/{name}
MenuItemV1alpha1Api list_menu_item GET /api/v1alpha1/menuitems
MenuItemV1alpha1Api patch_menu_item PATCH /api/v1alpha1/menuitems/{name}
MenuItemV1alpha1Api update_menu_item PUT /api/v1alpha1/menuitems/{name}
MenuV1alpha1Api create_menu POST /api/v1alpha1/menus
MenuV1alpha1Api delete_menu DELETE /api/v1alpha1/menus/{name}
MenuV1alpha1Api get_menu GET /api/v1alpha1/menus/{name}
MenuV1alpha1Api list_menu GET /api/v1alpha1/menus
MenuV1alpha1Api patch_menu PATCH /api/v1alpha1/menus/{name}
MenuV1alpha1Api update_menu PUT /api/v1alpha1/menus/{name}
MenuV1alpha1PublicApi query_menu_by_name GET /apis/api.halo.run/v1alpha1/menus/{name}
MenuV1alpha1PublicApi query_primary_menu 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 download_backups GET /apis/console.api.migration.halo.run/v1alpha1/backups/{name}/files/{filename}
MigrationV1alpha1ConsoleApi get_backup_files GET /apis/console.api.migration.halo.run/v1alpha1/backup-files
MigrationV1alpha1ConsoleApi restore_backup POST /apis/console.api.migration.halo.run/v1alpha1/restorations
NotificationTemplateV1alpha1Api create_notification_template POST /apis/notification.halo.run/v1alpha1/notificationtemplates
NotificationTemplateV1alpha1Api delete_notification_template DELETE /apis/notification.halo.run/v1alpha1/notificationtemplates/{name}
NotificationTemplateV1alpha1Api get_notification_template GET /apis/notification.halo.run/v1alpha1/notificationtemplates/{name}
NotificationTemplateV1alpha1Api list_notification_template GET /apis/notification.halo.run/v1alpha1/notificationtemplates
NotificationTemplateV1alpha1Api patch_notification_template PATCH /apis/notification.halo.run/v1alpha1/notificationtemplates/{name}
NotificationTemplateV1alpha1Api update_notification_template PUT /apis/notification.halo.run/v1alpha1/notificationtemplates/{name}
NotificationV1alpha1Api create_notification POST /apis/notification.halo.run/v1alpha1/notifications
NotificationV1alpha1Api delete_notification DELETE /apis/notification.halo.run/v1alpha1/notifications/{name}
NotificationV1alpha1Api get_notification GET /apis/notification.halo.run/v1alpha1/notifications/{name}
NotificationV1alpha1Api list_notification GET /apis/notification.halo.run/v1alpha1/notifications
NotificationV1alpha1Api patch_notification PATCH /apis/notification.halo.run/v1alpha1/notifications/{name}
NotificationV1alpha1Api update_notification PUT /apis/notification.halo.run/v1alpha1/notifications/{name}
NotificationV1alpha1PublicApi unsubscribe GET /apis/api.notification.halo.run/v1alpha1/subscriptions/{name}/unsubscribe
NotificationV1alpha1UcApi delete_specified_notification DELETE /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notifications/{name}
NotificationV1alpha1UcApi list_user_notification_preferences GET /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notification-preferences
NotificationV1alpha1UcApi list_user_notifications GET /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notifications
NotificationV1alpha1UcApi mark_notification_as_read PUT /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notifications/{name}/mark-as-read
NotificationV1alpha1UcApi mark_notifications_as_read PUT /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notifications/-/mark-specified-as-read
NotificationV1alpha1UcApi save_user_notification_preferences POST /apis/api.notification.halo.run/v1alpha1/userspaces/{username}/notification-preferences
NotifierDescriptorV1alpha1Api create_notifier_descriptor POST /apis/notification.halo.run/v1alpha1/notifierDescriptors
NotifierDescriptorV1alpha1Api delete_notifier_descriptor DELETE /apis/notification.halo.run/v1alpha1/notifierDescriptors/{name}
NotifierDescriptorV1alpha1Api get_notifier_descriptor GET /apis/notification.halo.run/v1alpha1/notifierDescriptors/{name}
NotifierDescriptorV1alpha1Api list_notifier_descriptor GET /apis/notification.halo.run/v1alpha1/notifierDescriptors
NotifierDescriptorV1alpha1Api patch_notifier_descriptor PATCH /apis/notification.halo.run/v1alpha1/notifierDescriptors/{name}
NotifierDescriptorV1alpha1Api update_notifier_descriptor PUT /apis/notification.halo.run/v1alpha1/notifierDescriptors/{name}
NotifierV1alpha1ConsoleApi fetch_sender_config GET /apis/api.console.halo.run/v1alpha1/notifiers/{name}/sender-config
NotifierV1alpha1ConsoleApi save_sender_config POST /apis/api.console.halo.run/v1alpha1/notifiers/{name}/sender-config
NotifierV1alpha1ConsoleApi verify_email_sender_config POST /apis/console.api.notification.halo.run/v1alpha1/notifiers/default-email-notifier/verify-connection
NotifierV1alpha1UcApi fetch_receiver_config GET /apis/api.notification.halo.run/v1alpha1/notifiers/{name}/receiver-config
NotifierV1alpha1UcApi save_receiver_config POST /apis/api.notification.halo.run/v1alpha1/notifiers/{name}/receiver-config
PersonalAccessTokenV1alpha1Api create_personal_access_token POST /apis/security.halo.run/v1alpha1/personalaccesstokens
PersonalAccessTokenV1alpha1Api delete_personal_access_token DELETE /apis/security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1Api get_personal_access_token GET /apis/security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1Api list_personal_access_token GET /apis/security.halo.run/v1alpha1/personalaccesstokens
PersonalAccessTokenV1alpha1Api patch_personal_access_token PATCH /apis/security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1Api update_personal_access_token PUT /apis/security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1UcApi delete_pat DELETE /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1UcApi generate_pat POST /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens
PersonalAccessTokenV1alpha1UcApi obtain_pat GET /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens/{name}
PersonalAccessTokenV1alpha1UcApi obtain_pats GET /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens
PersonalAccessTokenV1alpha1UcApi restore_pat PUT /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens/{name}/actions/restoration
PersonalAccessTokenV1alpha1UcApi revoke_pat PUT /apis/uc.api.security.halo.run/v1alpha1/personalaccesstokens/{name}/actions/revocation
PluginV1alpha1Api create_plugin POST /apis/plugin.halo.run/v1alpha1/plugins
PluginV1alpha1Api delete_plugin DELETE /apis/plugin.halo.run/v1alpha1/plugins/{name}
PluginV1alpha1Api get_plugin GET /apis/plugin.halo.run/v1alpha1/plugins/{name}
PluginV1alpha1Api list_plugin GET /apis/plugin.halo.run/v1alpha1/plugins
PluginV1alpha1Api patch_plugin PATCH /apis/plugin.halo.run/v1alpha1/plugins/{name}
PluginV1alpha1Api update_plugin PUT /apis/plugin.halo.run/v1alpha1/plugins/{name}
PluginV1alpha1ConsoleApi change_plugin_running_state PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/plugin-state
PluginV1alpha1ConsoleApi fetch_css_bundle GET /apis/api.console.halo.run/v1alpha1/plugins/-/bundle.css
PluginV1alpha1ConsoleApi fetch_js_bundle GET /apis/api.console.halo.run/v1alpha1/plugins/-/bundle.js
PluginV1alpha1ConsoleApi fetch_plugin_json_config GET /apis/api.console.halo.run/v1alpha1/plugins/{name}/json-config
PluginV1alpha1ConsoleApi fetch_plugin_setting GET /apis/api.console.halo.run/v1alpha1/plugins/{name}/setting
PluginV1alpha1ConsoleApi install_plugin POST /apis/api.console.halo.run/v1alpha1/plugins/install
PluginV1alpha1ConsoleApi install_plugin_from_uri POST /apis/api.console.halo.run/v1alpha1/plugins/-/install-from-uri
PluginV1alpha1ConsoleApi list_plugins GET /apis/api.console.halo.run/v1alpha1/plugins
PluginV1alpha1ConsoleApi reload_plugin PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/reload
PluginV1alpha1ConsoleApi reset_plugin_config PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/reset-config
PluginV1alpha1ConsoleApi update_plugin_json_config PUT /apis/api.console.halo.run/v1alpha1/plugins/{name}/json-config
PluginV1alpha1ConsoleApi upgrade_plugin POST /apis/api.console.halo.run/v1alpha1/plugins/{name}/upgrade
PluginV1alpha1ConsoleApi upgrade_plugin_from_uri POST /apis/api.console.halo.run/v1alpha1/plugins/{name}/upgrade-from-uri
PluginV1alpha1PublicApi query_plugin_available_by_name GET /apis/api.plugin.halo.run/v1alpha1/plugins/{name}/available
PolicyAlpha1ConsoleApi get_policy_config_by_group GET /apis/console.api.storage.halo.run/v1alpha1/policies/{name}/configs/{group}
PolicyAlpha1ConsoleApi update_policy_config_by_group PUT /apis/console.api.storage.halo.run/v1alpha1/policies/{name}/configs/{group}
PolicyTemplateV1alpha1Api create_policy_template POST /apis/storage.halo.run/v1alpha1/policytemplates
PolicyTemplateV1alpha1Api delete_policy_template DELETE /apis/storage.halo.run/v1alpha1/policytemplates/{name}
PolicyTemplateV1alpha1Api get_policy_template GET /apis/storage.halo.run/v1alpha1/policytemplates/{name}
PolicyTemplateV1alpha1Api list_policy_template GET /apis/storage.halo.run/v1alpha1/policytemplates
PolicyTemplateV1alpha1Api patch_policy_template PATCH /apis/storage.halo.run/v1alpha1/policytemplates/{name}
PolicyTemplateV1alpha1Api update_policy_template PUT /apis/storage.halo.run/v1alpha1/policytemplates/{name}
PolicyV1alpha1Api create_policy POST /apis/storage.halo.run/v1alpha1/policies
PolicyV1alpha1Api delete_policy DELETE /apis/storage.halo.run/v1alpha1/policies/{name}
PolicyV1alpha1Api get_policy GET /apis/storage.halo.run/v1alpha1/policies/{name}
PolicyV1alpha1Api list_policy GET /apis/storage.halo.run/v1alpha1/policies
PolicyV1alpha1Api patch_policy PATCH /apis/storage.halo.run/v1alpha1/policies/{name}
PolicyV1alpha1Api update_policy PUT /apis/storage.halo.run/v1alpha1/policies/{name}
PostV1alpha1Api create_post POST /apis/content.halo.run/v1alpha1/posts
PostV1alpha1Api delete_post DELETE /apis/content.halo.run/v1alpha1/posts/{name}
PostV1alpha1Api get_post GET /apis/content.halo.run/v1alpha1/posts/{name}
PostV1alpha1Api list_post GET /apis/content.halo.run/v1alpha1/posts
PostV1alpha1Api patch_post PATCH /apis/content.halo.run/v1alpha1/posts/{name}
PostV1alpha1Api update_post PUT /apis/content.halo.run/v1alpha1/posts/{name}
PostV1alpha1ConsoleApi delete_post_content DELETE /apis/api.console.halo.run/v1alpha1/posts/{name}/content
PostV1alpha1ConsoleApi draft_post POST /apis/api.console.halo.run/v1alpha1/posts
PostV1alpha1ConsoleApi fetch_post_content GET /apis/api.console.halo.run/v1alpha1/posts/{name}/content
PostV1alpha1ConsoleApi fetch_post_head_content GET /apis/api.console.halo.run/v1alpha1/posts/{name}/head-content
PostV1alpha1ConsoleApi fetch_post_release_content GET /apis/api.console.halo.run/v1alpha1/posts/{name}/release-content
PostV1alpha1ConsoleApi list_post_snapshots GET /apis/api.console.halo.run/v1alpha1/posts/{name}/snapshot
PostV1alpha1ConsoleApi list_posts GET /apis/api.console.halo.run/v1alpha1/posts
PostV1alpha1ConsoleApi publish_post PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/publish
PostV1alpha1ConsoleApi recycle_post PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/recycle
PostV1alpha1ConsoleApi revert_to_specified_snapshot_for_post PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/revert-content
PostV1alpha1ConsoleApi unpublish_post PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/unpublish
PostV1alpha1ConsoleApi update_draft_post PUT /apis/api.console.halo.run/v1alpha1/posts/{name}
PostV1alpha1ConsoleApi update_post_content PUT /apis/api.console.halo.run/v1alpha1/posts/{name}/content
PostV1alpha1PublicApi query_post_by_name GET /apis/api.content.halo.run/v1alpha1/posts/{name}
PostV1alpha1PublicApi query_post_navigation_by_name GET /apis/api.content.halo.run/v1alpha1/posts/{name}/navigation
PostV1alpha1PublicApi query_posts GET /apis/api.content.halo.run/v1alpha1/posts
PostV1alpha1UcApi create_my_post POST /apis/uc.api.content.halo.run/v1alpha1/posts
PostV1alpha1UcApi get_my_post GET /apis/uc.api.content.halo.run/v1alpha1/posts/{name}
PostV1alpha1UcApi get_my_post_draft GET /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/draft
PostV1alpha1UcApi list_my_posts GET /apis/uc.api.content.halo.run/v1alpha1/posts
PostV1alpha1UcApi publish_my_post PUT /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/publish
PostV1alpha1UcApi recycle_my_post DELETE /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/recycle
PostV1alpha1UcApi unpublish_my_post PUT /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/unpublish
PostV1alpha1UcApi update_my_post PUT /apis/uc.api.content.halo.run/v1alpha1/posts/{name}
PostV1alpha1UcApi update_my_post_draft PUT /apis/uc.api.content.halo.run/v1alpha1/posts/{name}/draft
ReasonTypeV1alpha1Api create_reason_type POST /apis/notification.halo.run/v1alpha1/reasontypes
ReasonTypeV1alpha1Api delete_reason_type DELETE /apis/notification.halo.run/v1alpha1/reasontypes/{name}
ReasonTypeV1alpha1Api get_reason_type GET /apis/notification.halo.run/v1alpha1/reasontypes/{name}
ReasonTypeV1alpha1Api list_reason_type GET /apis/notification.halo.run/v1alpha1/reasontypes
ReasonTypeV1alpha1Api patch_reason_type PATCH /apis/notification.halo.run/v1alpha1/reasontypes/{name}
ReasonTypeV1alpha1Api update_reason_type PUT /apis/notification.halo.run/v1alpha1/reasontypes/{name}
ReasonV1alpha1Api create_reason POST /apis/notification.halo.run/v1alpha1/reasons
ReasonV1alpha1Api delete_reason DELETE /apis/notification.halo.run/v1alpha1/reasons/{name}
ReasonV1alpha1Api get_reason GET /apis/notification.halo.run/v1alpha1/reasons/{name}
ReasonV1alpha1Api list_reason GET /apis/notification.halo.run/v1alpha1/reasons
ReasonV1alpha1Api patch_reason PATCH /apis/notification.halo.run/v1alpha1/reasons/{name}
ReasonV1alpha1Api update_reason PUT /apis/notification.halo.run/v1alpha1/reasons/{name}
RememberMeTokenV1alpha1Api create_remember_me_token POST /apis/security.halo.run/v1alpha1/remembermetokens
RememberMeTokenV1alpha1Api delete_remember_me_token DELETE /apis/security.halo.run/v1alpha1/remembermetokens/{name}
RememberMeTokenV1alpha1Api get_remember_me_token GET /apis/security.halo.run/v1alpha1/remembermetokens/{name}
RememberMeTokenV1alpha1Api list_remember_me_token GET /apis/security.halo.run/v1alpha1/remembermetokens
RememberMeTokenV1alpha1Api patch_remember_me_token PATCH /apis/security.halo.run/v1alpha1/remembermetokens/{name}
RememberMeTokenV1alpha1Api update_remember_me_token PUT /apis/security.halo.run/v1alpha1/remembermetokens/{name}
ReplyV1alpha1Api create_reply POST /apis/content.halo.run/v1alpha1/replies
ReplyV1alpha1Api delete_reply DELETE /apis/content.halo.run/v1alpha1/replies/{name}
ReplyV1alpha1Api get_reply GET /apis/content.halo.run/v1alpha1/replies/{name}
ReplyV1alpha1Api list_reply GET /apis/content.halo.run/v1alpha1/replies
ReplyV1alpha1Api patch_reply PATCH /apis/content.halo.run/v1alpha1/replies/{name}
ReplyV1alpha1Api update_reply PUT /apis/content.halo.run/v1alpha1/replies/{name}
ReplyV1alpha1ConsoleApi list_replies GET /apis/api.console.halo.run/v1alpha1/replies
ReverseProxyV1alpha1Api create_reverse_proxy POST /apis/plugin.halo.run/v1alpha1/reverseproxies
ReverseProxyV1alpha1Api delete_reverse_proxy DELETE /apis/plugin.halo.run/v1alpha1/reverseproxies/{name}
ReverseProxyV1alpha1Api get_reverse_proxy GET /apis/plugin.halo.run/v1alpha1/reverseproxies/{name}
ReverseProxyV1alpha1Api list_reverse_proxy GET /apis/plugin.halo.run/v1alpha1/reverseproxies
ReverseProxyV1alpha1Api patch_reverse_proxy PATCH /apis/plugin.halo.run/v1alpha1/reverseproxies/{name}
ReverseProxyV1alpha1Api update_reverse_proxy PUT /apis/plugin.halo.run/v1alpha1/reverseproxies/{name}
RoleBindingV1alpha1Api create_role_binding POST /api/v1alpha1/rolebindings
RoleBindingV1alpha1Api delete_role_binding DELETE /api/v1alpha1/rolebindings/{name}
RoleBindingV1alpha1Api get_role_binding GET /api/v1alpha1/rolebindings/{name}
RoleBindingV1alpha1Api list_role_binding GET /api/v1alpha1/rolebindings
RoleBindingV1alpha1Api patch_role_binding PATCH /api/v1alpha1/rolebindings/{name}
RoleBindingV1alpha1Api update_role_binding PUT /api/v1alpha1/rolebindings/{name}
RoleV1alpha1Api create_role POST /api/v1alpha1/roles
RoleV1alpha1Api delete_role DELETE /api/v1alpha1/roles/{name}
RoleV1alpha1Api get_role GET /api/v1alpha1/roles/{name}
RoleV1alpha1Api list_role GET /api/v1alpha1/roles
RoleV1alpha1Api patch_role PATCH /api/v1alpha1/roles/{name}
RoleV1alpha1Api update_role PUT /api/v1alpha1/roles/{name}
SecretV1alpha1Api create_secret POST /api/v1alpha1/secrets
SecretV1alpha1Api delete_secret DELETE /api/v1alpha1/secrets/{name}
SecretV1alpha1Api get_secret GET /api/v1alpha1/secrets/{name}
SecretV1alpha1Api list_secret GET /api/v1alpha1/secrets
SecretV1alpha1Api patch_secret PATCH /api/v1alpha1/secrets/{name}
SecretV1alpha1Api update_secret PUT /api/v1alpha1/secrets/{name}
SettingV1alpha1Api create_setting POST /api/v1alpha1/settings
SettingV1alpha1Api delete_setting DELETE /api/v1alpha1/settings/{name}
SettingV1alpha1Api get_setting GET /api/v1alpha1/settings/{name}
SettingV1alpha1Api list_setting GET /api/v1alpha1/settings
SettingV1alpha1Api patch_setting PATCH /api/v1alpha1/settings/{name}
SettingV1alpha1Api update_setting PUT /api/v1alpha1/settings/{name}
SinglePageV1alpha1Api create_single_page POST /apis/content.halo.run/v1alpha1/singlepages
SinglePageV1alpha1Api delete_single_page DELETE /apis/content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1Api get_single_page GET /apis/content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1Api list_single_page GET /apis/content.halo.run/v1alpha1/singlepages
SinglePageV1alpha1Api patch_single_page PATCH /apis/content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1Api update_single_page PUT /apis/content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1ConsoleApi delete_single_page_content DELETE /apis/api.console.halo.run/v1alpha1/singlepages/{name}/content
SinglePageV1alpha1ConsoleApi draft_single_page POST /apis/api.console.halo.run/v1alpha1/singlepages
SinglePageV1alpha1ConsoleApi fetch_single_page_content GET /apis/api.console.halo.run/v1alpha1/singlepages/{name}/content
SinglePageV1alpha1ConsoleApi fetch_single_page_head_content GET /apis/api.console.halo.run/v1alpha1/singlepages/{name}/head-content
SinglePageV1alpha1ConsoleApi fetch_single_page_release_content GET /apis/api.console.halo.run/v1alpha1/singlepages/{name}/release-content
SinglePageV1alpha1ConsoleApi list_single_page_snapshots GET /apis/api.console.halo.run/v1alpha1/singlepages/{name}/snapshot
SinglePageV1alpha1ConsoleApi list_single_pages GET /apis/api.console.halo.run/v1alpha1/singlepages
SinglePageV1alpha1ConsoleApi publish_single_page PUT /apis/api.console.halo.run/v1alpha1/singlepages/{name}/publish
SinglePageV1alpha1ConsoleApi revert_to_specified_snapshot_for_single_page PUT /apis/api.console.halo.run/v1alpha1/singlepages/{name}/revert-content
SinglePageV1alpha1ConsoleApi update_draft_single_page PUT /apis/api.console.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1ConsoleApi update_single_page_content PUT /apis/api.console.halo.run/v1alpha1/singlepages/{name}/content
SinglePageV1alpha1PublicApi query_single_page_by_name GET /apis/api.content.halo.run/v1alpha1/singlepages/{name}
SinglePageV1alpha1PublicApi query_single_pages GET /apis/api.content.halo.run/v1alpha1/singlepages
SnapshotV1alpha1Api create_snapshot POST /apis/content.halo.run/v1alpha1/snapshots
SnapshotV1alpha1Api delete_snapshot DELETE /apis/content.halo.run/v1alpha1/snapshots/{name}
SnapshotV1alpha1Api get_snapshot GET /apis/content.halo.run/v1alpha1/snapshots/{name}
SnapshotV1alpha1Api list_snapshot GET /apis/content.halo.run/v1alpha1/snapshots
SnapshotV1alpha1Api patch_snapshot PATCH /apis/content.halo.run/v1alpha1/snapshots/{name}
SnapshotV1alpha1Api update_snapshot PUT /apis/content.halo.run/v1alpha1/snapshots/{name}
SnapshotV1alpha1UcApi get_snapshot_for_post GET /apis/uc.api.content.halo.run/v1alpha1/snapshots/{name}
SubscriptionV1alpha1Api create_subscription POST /apis/notification.halo.run/v1alpha1/subscriptions
SubscriptionV1alpha1Api delete_subscription DELETE /apis/notification.halo.run/v1alpha1/subscriptions/{name}
SubscriptionV1alpha1Api get_subscription GET /apis/notification.halo.run/v1alpha1/subscriptions/{name}
SubscriptionV1alpha1Api list_subscription GET /apis/notification.halo.run/v1alpha1/subscriptions
SubscriptionV1alpha1Api patch_subscription PATCH /apis/notification.halo.run/v1alpha1/subscriptions/{name}
SubscriptionV1alpha1Api update_subscription PUT /apis/notification.halo.run/v1alpha1/subscriptions/{name}
SystemConfigV1alpha1ConsoleApi get_system_config_by_group GET /apis/console.api.halo.run/v1alpha1/systemconfigs/{group}
SystemConfigV1alpha1ConsoleApi update_system_config_by_group PUT /apis/console.api.halo.run/v1alpha1/systemconfigs/{group}
SystemV1alpha1ConsoleApi get_stats GET /apis/api.console.halo.run/v1alpha1/stats
SystemV1alpha1PublicApi jump_to_setup_page GET /system/setup
SystemV1alpha1PublicApi query_stats GET /apis/api.halo.run/v1alpha1/stats/-
TagV1alpha1Api create_tag POST /apis/content.halo.run/v1alpha1/tags
TagV1alpha1Api delete_tag DELETE /apis/content.halo.run/v1alpha1/tags/{name}
TagV1alpha1Api get_tag GET /apis/content.halo.run/v1alpha1/tags/{name}
TagV1alpha1Api list_tag GET /apis/content.halo.run/v1alpha1/tags
TagV1alpha1Api patch_tag PATCH /apis/content.halo.run/v1alpha1/tags/{name}
TagV1alpha1Api update_tag PUT /apis/content.halo.run/v1alpha1/tags/{name}
TagV1alpha1ConsoleApi list_post_tags GET /apis/api.console.halo.run/v1alpha1/tags
TagV1alpha1PublicApi query_posts_by_tag_name GET /apis/api.content.halo.run/v1alpha1/tags/{name}/posts
TagV1alpha1PublicApi query_tag_by_name GET /apis/api.content.halo.run/v1alpha1/tags/{name}
TagV1alpha1PublicApi query_tags GET /apis/api.content.halo.run/v1alpha1/tags
ThemeV1alpha1Api create_theme POST /apis/theme.halo.run/v1alpha1/themes
ThemeV1alpha1Api delete_theme DELETE /apis/theme.halo.run/v1alpha1/themes/{name}
ThemeV1alpha1Api get_theme GET /apis/theme.halo.run/v1alpha1/themes/{name}
ThemeV1alpha1Api list_theme GET /apis/theme.halo.run/v1alpha1/themes
ThemeV1alpha1Api patch_theme PATCH /apis/theme.halo.run/v1alpha1/themes/{name}
ThemeV1alpha1Api update_theme PUT /apis/theme.halo.run/v1alpha1/themes/{name}
ThemeV1alpha1ConsoleApi activate_theme PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/activation
ThemeV1alpha1ConsoleApi fetch_activated_theme GET /apis/api.console.halo.run/v1alpha1/themes/-/activation
ThemeV1alpha1ConsoleApi fetch_theme_json_config GET /apis/api.console.halo.run/v1alpha1/themes/{name}/json-config
ThemeV1alpha1ConsoleApi fetch_theme_setting GET /apis/api.console.halo.run/v1alpha1/themes/{name}/setting
ThemeV1alpha1ConsoleApi install_theme POST /apis/api.console.halo.run/v1alpha1/themes/install
ThemeV1alpha1ConsoleApi install_theme_from_uri POST /apis/api.console.halo.run/v1alpha1/themes/-/install-from-uri
ThemeV1alpha1ConsoleApi invalidate_cache PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/invalidate-cache
ThemeV1alpha1ConsoleApi list_themes GET /apis/api.console.halo.run/v1alpha1/themes
ThemeV1alpha1ConsoleApi reload PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/reload
ThemeV1alpha1ConsoleApi reset_theme_config PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/reset-config
ThemeV1alpha1ConsoleApi update_theme_json_config PUT /apis/api.console.halo.run/v1alpha1/themes/{name}/json-config
ThemeV1alpha1ConsoleApi upgrade_theme POST /apis/api.console.halo.run/v1alpha1/themes/{name}/upgrade
ThemeV1alpha1ConsoleApi upgrade_theme_from_uri POST /apis/api.console.halo.run/v1alpha1/themes/{name}/upgrade-from-uri
ThumbnailV1alpha1Api create_thumbnail POST /apis/storage.halo.run/v1alpha1/thumbnails
ThumbnailV1alpha1Api delete_thumbnail DELETE /apis/storage.halo.run/v1alpha1/thumbnails/{name}
ThumbnailV1alpha1Api get_thumbnail GET /apis/storage.halo.run/v1alpha1/thumbnails/{name}
ThumbnailV1alpha1Api list_thumbnail GET /apis/storage.halo.run/v1alpha1/thumbnails
ThumbnailV1alpha1Api patch_thumbnail PATCH /apis/storage.halo.run/v1alpha1/thumbnails/{name}
ThumbnailV1alpha1Api update_thumbnail PUT /apis/storage.halo.run/v1alpha1/thumbnails/{name}
ThumbnailV1alpha1PublicApi get_thumbnail_by_uri GET /apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri
TwoFactorAuthV1alpha1UcApi configurer_totp POST /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/totp
TwoFactorAuthV1alpha1UcApi delete_totp DELETE /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/totp/-
TwoFactorAuthV1alpha1UcApi disable_two_factor PUT /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/settings/disabled
TwoFactorAuthV1alpha1UcApi enable_two_factor PUT /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/settings/enabled
TwoFactorAuthV1alpha1UcApi get_totp_auth_link GET /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/totp/auth-link
TwoFactorAuthV1alpha1UcApi get_two_factor_authentication_settings GET /apis/uc.api.security.halo.run/v1alpha1/authentications/two-factor/settings
UserConnectionV1alpha1Api create_user_connection POST /apis/auth.halo.run/v1alpha1/userconnections
UserConnectionV1alpha1Api delete_user_connection DELETE /apis/auth.halo.run/v1alpha1/userconnections/{name}
UserConnectionV1alpha1Api get_user_connection GET /apis/auth.halo.run/v1alpha1/userconnections/{name}
UserConnectionV1alpha1Api list_user_connection GET /apis/auth.halo.run/v1alpha1/userconnections
UserConnectionV1alpha1Api patch_user_connection PATCH /apis/auth.halo.run/v1alpha1/userconnections/{name}
UserConnectionV1alpha1Api update_user_connection PUT /apis/auth.halo.run/v1alpha1/userconnections/{name}
UserConnectionV1alpha1UcApi disconnect_my_connection PUT /apis/uc.api.auth.halo.run/v1alpha1/user-connections/{registerId}/disconnect
UserPreferenceV1alpha1UcApi get_my_preference GET /apis/uc.api.halo.run/v1alpha1/user-preferences/{group}
UserPreferenceV1alpha1UcApi update_my_preference PUT /apis/uc.api.halo.run/v1alpha1/user-preferences/{group}
UserV1alpha1Api create_user POST /api/v1alpha1/users
UserV1alpha1Api delete_user DELETE /api/v1alpha1/users/{name}
UserV1alpha1Api get_user GET /api/v1alpha1/users/{name}
UserV1alpha1Api list_user GET /api/v1alpha1/users
UserV1alpha1Api patch_user PATCH /api/v1alpha1/users/{name}
UserV1alpha1Api update_user PUT /api/v1alpha1/users/{name}
UserV1alpha1ConsoleApi change_anyone_password PUT /apis/api.console.halo.run/v1alpha1/users/{name}/password
UserV1alpha1ConsoleApi change_own_password PUT /apis/api.console.halo.run/v1alpha1/users/-/password
UserV1alpha1ConsoleApi create_user POST /apis/api.console.halo.run/v1alpha1/users
UserV1alpha1ConsoleApi delete_user_avatar DELETE /apis/api.console.halo.run/v1alpha1/users/{name}/avatar
UserV1alpha1ConsoleApi disable_user POST /apis/console.api.security.halo.run/v1alpha1/users/{username}/disable
UserV1alpha1ConsoleApi enable_user POST /apis/console.api.security.halo.run/v1alpha1/users/{username}/enable
UserV1alpha1ConsoleApi get_current_user_detail GET /apis/api.console.halo.run/v1alpha1/users/-
UserV1alpha1ConsoleApi get_permissions GET /apis/api.console.halo.run/v1alpha1/users/{name}/permissions
UserV1alpha1ConsoleApi get_user_detail GET /apis/api.console.halo.run/v1alpha1/users/{name}
UserV1alpha1ConsoleApi grant_permission POST /apis/api.console.halo.run/v1alpha1/users/{name}/permissions
UserV1alpha1ConsoleApi list_users GET /apis/api.console.halo.run/v1alpha1/users
UserV1alpha1ConsoleApi send_email_verification_code POST /apis/api.console.halo.run/v1alpha1/users/-/send-email-verification-code
UserV1alpha1ConsoleApi update_current_user PUT /apis/api.console.halo.run/v1alpha1/users/-
UserV1alpha1ConsoleApi upload_user_avatar POST /apis/api.console.halo.run/v1alpha1/users/{name}/avatar
UserV1alpha1ConsoleApi verify_email POST /apis/api.console.halo.run/v1alpha1/users/-/verify-email
DefaultApi set_no_cache_for_set_up_page POST /system/setup

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

basicAuth

  • Type: HTTP basic authentication

bearerAuth

  • Type: Bearer authentication (JWT)

Author

[email protected]

About

Halo REST API client for Python(EXPERIMENTAL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages