Sha256: b10cc6d81e136452d8e67bd960779bd45faf617a3a2170d9e1cff8d9faab4b9d
Contents?: true
Size: 1.78 KB
Versions: 15
Compression:
Stored size: 1.78 KB
Contents
Feature: Github API components In order to navigate within Github API hierachy A user I want to be able to with a given Github API instance Scenario: Accessing repositories API Given I have github instance When I fetch "repos" Then I will have access to "Github::Repos" API Scenario: Accessing organizations API Given I have github instance When I fetch "orgs" Then I will have access to "Github::Orgs" API Scenario: Accessing members API Given I have "Github::Orgs" instance When I call members Then I will have access to "Github::Orgs::Members" API Scenario: Accessing teams API Given I have "Github::Orgs" instance When I call teams Then I will have access to "Github::Orgs::Teams" API Scenario: Accessing gists API Given I have github instance When I fetch "gists" Then I will have access to "Github::Gists" API Scenario: Accessing issues API Given I have github instance When I fetch "issues" Then I will have access to "Github::Issues" API Scenario: Accessing pull requests API Given I have github instance When I fetch "pull_requests" Then I will have access to "Github::PullRequests" API Scenario: Accessing git data API Given I have github instance When I fetch "git_data" Then I will have access to "Github::GitData" API Scenario: Accessing users API Given I have github instance When I fetch "users" Then I will have access to "Github::Users" API Scenario: Accessing users API Given I have github instance When I fetch "events" Then I will have access to "Github::Events" API Scenario: Accessing authorizations API Given I have github instance When I fetch "oauth" Then I will have access to "Github::Authorizations" API
Version data entries
15 entries across 15 versions & 1 rubygems