Function apps_slash_list_plans_stubbed

Source
pub async fn apps_slash_list_plans_stubbed(
    configuration: &Configuration,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<MarketplaceListingPlan>, Error<AppsSlashListPlansStubbedError>>
Expand description

Lists all plans that are part of your GitHub Marketplace listing. GitHub Apps must use a JWT to access this endpoint. OAuth apps must use basic authentication with their client ID and client secret to access this endpoint.