class Build::AddonServicesApi

Defined in:

build-client/api/addon_services_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_client : Build::ApiClient = ApiClient.default) #

[View source]

Instance Method Detail

def api_client : ApiClient #

[View source]
def api_client=(api_client : ApiClient) #

[View source]
def list_addon_service_plans(name : String) #

list plans for addon service List all visible plans for an addon service @param name [String] Addon service name @return [Array(AddonPlanCatalogItem)]


[View source]
def list_addon_service_plans_with_http_info(name : String) #

list plans for addon service List all visible plans for an addon service @param name [String] Addon service name @return [Array<(Array(AddonPlanCatalogItem), Integer, Hash)>] Array(AddonPlanCatalogItem) data, response status code and response headers


[View source]
def list_addon_services #

list addon services List all visible addon services from the catalog @return [Array(AddonServiceCatalogItem)]


[View source]
def list_addon_services_with_http_info #

list addon services List all visible addon services from the catalog @return [Array<(Array(AddonServiceCatalogItem), Integer, Hash)>] Array(AddonServiceCatalogItem) data, response status code and response headers


[View source]