Marketplace
WebService::GitHub::Apps::Marketplace
Get a subscription plan for an account
WebService::GitHub::Apps::Marketplace.get-subscription-plan-for-account( Int(Str) $account-id
)
Get a subscription plan for an account (stubbed)
WebService::GitHub::Apps::Marketplace.get-subscription-plan-for-account-stubbed( Int(Str) $account-id
)
List accounts for a plan
WebService::GitHub::Apps::Marketplace.list-accounts-for-plan( Int(Str) $plan-id
, WebService::GitHub::Apps::Marketplace::ListAccountsForPlanSort :$sort
, WebService::GitHub::Apps::Marketplace::ListAccountsForPlanDirection :$direction
, Int(Str) :$per-page
, Int(Str) :$page
)
List accounts for a plan (stubbed)
WebService::GitHub::Apps::Marketplace.list-accounts-for-plan-stubbed( Int(Str) $plan-id
, WebService::GitHub::Apps::Marketplace::ListAccountsForPlanStubbedSort :$sort
, WebService::GitHub::Apps::Marketplace::ListAccountsForPlanStubbedDirection :$direction
, Int(Str) :$per-page
, Int(Str) :$page
)
List plans
See apps/list-plans
WebService::GitHub::Apps::Marketplace.list-plans( Int(Str) :$per-page
, Int(Str) :$page
)
List plans (stubbed)
WebService::GitHub::Apps::Marketplace.list-plans-stubbed( Int(Str) :$per-page
, Int(Str) :$page
)
List subscriptions for the authenticated user
WebService::GitHub::Apps::Marketplace.list-subscriptions-for-authenticated-user( Int(Str) :$per-page
, Int(Str) :$page
)
List subscriptions for the authenticated user (stubbed)
WebService::GitHub::Apps::Marketplace.list-subscriptions-for-authenticated-user-stubbed( Int(Str) :$per-page
, Int(Str) :$page
)