Method: Fastlane::Actions::GithubApiAction.description

Defined in:
fastlane/lib/fastlane/actions/github_api.rb

.descriptionObject



67
68
69
# File 'fastlane/lib/fastlane/actions/github_api.rb', line 67

def description
  "Call a GitHub API endpoint and get the resulting JSON response"
end