Class: Extension::Tasks::GetApps

Inherits:
ShopifyCli::Task show all
Defined in:
lib/project_types/extension/tasks/get_apps.rb

Instance Method Summary collapse

Methods inherited from ShopifyCli::Task

call

Instance Method Details

#call(context:) ⇒ Object



7
8
9
10
# File 'lib/project_types/extension/tasks/get_apps.rb', line 7

def call(context:)
  organizations = ShopifyCli::PartnersAPI::Organizations.fetch_with_app(context)
  apps_from_organizations(organizations)
end