Method: PlatformAPI::App#list_owned_and_collaborated

Defined in:
lib/platform-api/client.rb

#list_owned_and_collaborated(account_email_or_account_id_or_account_self) ⇒ Object

List owned and collaborated apps (excludes team apps).

Parameters:

  • account_email_or_account_id_or_account_self:

    unique email address of account or unique identifier of an account or Implicit reference to currently authorized user



1466
1467
1468
# File 'lib/platform-api/client.rb', line 1466

def list_owned_and_collaborated()
  @client.app.list_owned_and_collaborated()
end