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_followers ⇒ Object
- #github_user_following ⇒ 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.
350 |
# File 'sig/crawlora.rbs', line 350
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#github_org ⇒ Object
351 |
# File 'sig/crawlora.rbs', line 351
def github_org: (?org: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_org_repos ⇒ Object
352 |
# File 'sig/crawlora.rbs', line 352
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
353 |
# File 'sig/crawlora.rbs', line 353
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
354 |
# File 'sig/crawlora.rbs', line 354
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
355 |
# File 'sig/crawlora.rbs', line 355
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
356 |
# File 'sig/crawlora.rbs', line 356
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
357 |
# File 'sig/crawlora.rbs', line 357
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
358 |
# File 'sig/crawlora.rbs', line 358
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
359 |
# File 'sig/crawlora.rbs', line 359
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
360 |
# File 'sig/crawlora.rbs', line 360
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
361 |
# File 'sig/crawlora.rbs', line 361
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
362 |
# File 'sig/crawlora.rbs', line 362
def github_user: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_events ⇒ Object
363 |
# File 'sig/crawlora.rbs', line 363
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_followers ⇒ Object
364 |
# File 'sig/crawlora.rbs', line 364
def github_user_followers: (?username: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_following ⇒ Object
365 |
# File 'sig/crawlora.rbs', line 365
def github_user_following: (?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
366 |
# File 'sig/crawlora.rbs', line 366
def github_user_pinned: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_repos ⇒ Object
367 |
# File 'sig/crawlora.rbs', line 367
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
|