Class: Crawlora::GitHubGroup
- Inherits:
-
Object
- Object
- Crawlora::GitHubGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #github_org ⇒ Object
- #github_org_repos ⇒ Object
- #github_repo ⇒ Object
- #github_repo_contributors ⇒ Object
- #github_repo_forks ⇒ Object
- #github_repo_languages ⇒ Object
- #github_repo_releases ⇒ Object
- #github_repo_stargazers ⇒ Object
- #github_search_repositories ⇒ Object
- #github_search_users ⇒ Object
- #github_trending ⇒ Object
- #github_trending_developers ⇒ Object
- #github_user ⇒ Object
- #github_user_events ⇒ Object
- #github_user_pinned ⇒ Object
- #github_user_repos ⇒ Object
-
#initialize ⇒ GitHubGroup
constructor
A new instance of GitHubGroup.
Constructor Details
#initialize ⇒ GitHubGroup
Returns a new instance of GitHubGroup.
176 |
# File 'sig/crawlora.rbs', line 176
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#github_org ⇒ Object
177 |
# File 'sig/crawlora.rbs', line 177
def github_org: (?org: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_org_repos ⇒ Object
178 |
# File 'sig/crawlora.rbs', line 178
def github_org_repos: (?org: String, ?sort: "created" | "updated" | "pushed" | "full_name", ?direction: "asc" | "desc", ?type: "all" | "public" | "forks" | "sources" | "member", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_repo ⇒ Object
179 |
# File 'sig/crawlora.rbs', line 179
def github_repo: (?owner: String, ?repo: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_repo_contributors ⇒ Object
180 |
# File 'sig/crawlora.rbs', line 180
def github_repo_contributors: (?owner: String, ?repo: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_repo_forks ⇒ Object
181 |
# File 'sig/crawlora.rbs', line 181
def github_repo_forks: (?owner: String, ?repo: String, ?sort: "newest" | "oldest" | "stargazers" | "watchers", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_repo_languages ⇒ Object
182 |
# File 'sig/crawlora.rbs', line 182
def github_repo_languages: (?owner: String, ?repo: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_repo_releases ⇒ Object
183 |
# File 'sig/crawlora.rbs', line 183
def github_repo_releases: (?owner: String, ?repo: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_repo_stargazers ⇒ Object
184 |
# File 'sig/crawlora.rbs', line 184
def github_repo_stargazers: (?owner: String, ?repo: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_search_repositories ⇒ Object
185 |
# File 'sig/crawlora.rbs', line 185
def github_search_repositories: (?q: String, ?sort: "stars" | "forks" | "help-wanted-issues" | "updated", ?order: "asc" | "desc", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_search_users ⇒ Object
186 |
# File 'sig/crawlora.rbs', line 186
def github_search_users: (?q: String, ?sort: "followers" | "repositories" | "joined", ?order: "asc" | "desc", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_trending ⇒ Object
187 |
# File 'sig/crawlora.rbs', line 187
def github_trending: (?language: String, ?since: "daily" | "weekly" | "monthly", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_trending_developers ⇒ Object
188 |
# File 'sig/crawlora.rbs', line 188
def github_trending_developers: (?language: String, ?since: "daily" | "weekly" | "monthly", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user ⇒ Object
189 |
# File 'sig/crawlora.rbs', line 189
def github_user: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_events ⇒ Object
190 |
# File 'sig/crawlora.rbs', line 190
def github_user_events: (?username: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_pinned ⇒ Object
191 |
# File 'sig/crawlora.rbs', line 191
def github_user_pinned: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_repos ⇒ Object
192 |
# File 'sig/crawlora.rbs', line 192
def github_user_repos: (?username: String, ?sort: "created" | "updated" | "pushed" | "full_name", ?direction: "asc" | "desc", ?type: "all" | "owner" | "member", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|