class Build::CollaboratorsApi

Defined in:

build-client/api/collaborators_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 api_v1_apps_app_id_collaborators_get(app_id : String) #

List collaborators for an app @param app_id [String] @return [Array(Collaborator)]


[View source]
def api_v1_apps_app_id_collaborators_get_with_http_info(app_id : String) #

List collaborators for an app @param app_id [String] @return [Array<(Array(Collaborator), Integer, Hash)>] Array(Collaborator) data, response status code and response headers


[View source]