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_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.
286 |
# File 'sig/crawlora.rbs', line 286
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#github_org ⇒ Object
287 |
# File 'sig/crawlora.rbs', line 287
def github_org: (?org: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_org_repos ⇒ Object
288 |
# File 'sig/crawlora.rbs', line 288
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
289 |
# File 'sig/crawlora.rbs', line 289
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
290 |
# File 'sig/crawlora.rbs', line 290
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
291 |
# File 'sig/crawlora.rbs', line 291
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
292 |
# File 'sig/crawlora.rbs', line 292
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
293 |
# File 'sig/crawlora.rbs', line 293
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_search_repositories ⇒ Object
294 |
# File 'sig/crawlora.rbs', line 294
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
295 |
# File 'sig/crawlora.rbs', line 295
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
296 |
# File 'sig/crawlora.rbs', line 296
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
297 |
# File 'sig/crawlora.rbs', line 297
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
298 |
# File 'sig/crawlora.rbs', line 298
def github_user: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_events ⇒ Object
299 |
# File 'sig/crawlora.rbs', line 299
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
300 |
# File 'sig/crawlora.rbs', line 300
def github_user_pinned: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_repos ⇒ Object
301 |
# File 'sig/crawlora.rbs', line 301
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
|