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.
300 |
# File 'sig/crawlora.rbs', line 300
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#github_org ⇒ Object
301 |
# File 'sig/crawlora.rbs', line 301
def github_org: (?org: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_org_repos ⇒ Object
302 |
# File 'sig/crawlora.rbs', line 302
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
303 |
# File 'sig/crawlora.rbs', line 303
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
304 |
# File 'sig/crawlora.rbs', line 304
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
305 |
# File 'sig/crawlora.rbs', line 305
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
306 |
# File 'sig/crawlora.rbs', line 306
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
307 |
# File 'sig/crawlora.rbs', line 307
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
308 |
# File 'sig/crawlora.rbs', line 308
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
309 |
# File 'sig/crawlora.rbs', line 309
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
310 |
# File 'sig/crawlora.rbs', line 310
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
311 |
# File 'sig/crawlora.rbs', line 311
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
312 |
# File 'sig/crawlora.rbs', line 312
def github_user: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_events ⇒ Object
313 |
# File 'sig/crawlora.rbs', line 313
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
314 |
# File 'sig/crawlora.rbs', line 314
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
315 |
# File 'sig/crawlora.rbs', line 315
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
316 |
# File 'sig/crawlora.rbs', line 316
def github_user_pinned: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#github_user_repos ⇒ Object
317 |
# File 'sig/crawlora.rbs', line 317
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
|