Skip to content

Commit

Permalink
Update documentation for marketplace methods
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Sep 12, 2017
1 parent fe3c15d commit 19e44ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/octokit/client/marketplace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Marketplace

# List all plans for an app's marketplace listing
#
# @param options [Hash] An customizable set of options
# @param options [Hash] A customizable set of options
#
# @see https://developer.github.com/v3/apps/marketplace/#list-all-plans-for-your-marketplace-listing
#
Expand All @@ -20,7 +20,8 @@ def list_plans(options = {})

# List all GitHub accounts on a specific plan
#
# @param options [Hash] An customizable set of options
# @param plan_id [Integer] The id of the GitHub plan
# @param options [Hash] A customizable set of options
#
# @see https://developer.github.com/v3/apps/marketplace/#list-all-github-accounts-user-or-organization-on-a-specific-plan
#
Expand All @@ -32,7 +33,8 @@ def list_accounts_for_plan(plan, options = {})

# Get the plan associated with a given GitHub account
#
# @param options [Hash] An customizable set of options
# @param account_id [Integer] The id of the GitHub account
# @param options [Hash] A customizable set of options
#
# @see https://developer.github.com/v3/apps/marketplace/#check-if-a-github-account-is-associated-with-any-marketplace-listing
#
Expand Down

0 comments on commit 19e44ec

Please sign in to comment.