crawlora 1.14.0.pre.sdk.1 → 1.15.0.pre.sdk.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/docs/operations.md +25 -3
- data/lib/crawlora/operations.rb +1681 -741
- data/lib/crawlora/version.rb +1 -1
- data/openapi/public.json +15622 -12694
- data/sig/crawlora.rbs +32 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b937f3f230f6821c682fbcad332d903515b476157c1bb84a3d2075f8959fc55
|
|
4
|
+
data.tar.gz: 4b3e80c05605a4cba15f50df363756beed04a0ac017cc88637b455e189505a21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee5dea50179b197a397290537deebb90251bc52d8af84ca3e26278356116d8163a62304a6c0b5ef9183e81202dc7195eefa75dba00b44d6b7a536d28bbbb7025
|
|
7
|
+
data.tar.gz: c473d92c1d84c85522e29d0c9ac65d89e69733c6c9b1622b05833096908d9f642e976e0ac6f5bed32e393d58553ddfe9996eb1d1848b18ca99b09aeaf755d758
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.15.0-sdk.1
|
|
4
|
+
|
|
5
|
+
- Regenerated from the public API contract (603 to 625 operations). Adds the
|
|
6
|
+
**Jobs platform** (11 endpoints): public ATS job boards across Greenhouse,
|
|
7
|
+
Lever, Ashby, Workday, and SmartRecruiters -- board listings and single
|
|
8
|
+
postings, a company hiring-signals aggregate (open roles, department and
|
|
9
|
+
location breakdowns, remote share, and newly-posted trends), and cross-provider
|
|
10
|
+
company search. Adds the **Steam platform** (12 endpoints): app, package,
|
|
11
|
+
reviews and review histogram, search and search results, featured and featured
|
|
12
|
+
categories, player counts, achievements, news, and SteamSpy stats. SEC
|
|
13
|
+
company-intelligence now supports opt-in cross-source enrichment (market quote,
|
|
14
|
+
news, and hiring signals) via the `enrich` parameter. All over credential-free
|
|
15
|
+
public data.
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
## v1.14.0-sdk.1
|
|
4
19
|
|
|
5
20
|
- Regenerated from the public API contract (559 to 603 operations). Adds the
|
data/docs/operations.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Generated from `openapi/public.json`. Deprecated, admin, and internal operations are excluded from this SDK contract.
|
|
4
4
|
|
|
5
|
-
Total operations: `
|
|
5
|
+
Total operations: `625`
|
|
6
6
|
|
|
7
7
|
| Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
|
|
8
8
|
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
@@ -164,7 +164,6 @@ Total operations: `603`
|
|
|
164
164
|
| git_hub | `git_hub.github_repo_forks` | `github-repo-forks` | `GET /github/repo/{owner}/{repo}/forks` | `owner` (path String required)<br>`repo` (path String required)<br>`sort` (query "newest" \| "oldest" \| "stargazers" \| "watchers")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoForksResponse` | |
|
|
165
165
|
| git_hub | `git_hub.github_repo_languages` | `github-repo-languages` | `GET /github/repo/{owner}/{repo}/languages` | `owner` (path String required)<br>`repo` (path String required) | `ApiKeyAuth` | `GitHubGithubRepoLanguagesResponse` | |
|
|
166
166
|
| git_hub | `git_hub.github_repo_releases` | `github-repo-releases` | `GET /github/repo/{owner}/{repo}/releases` | `owner` (path String required)<br>`repo` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoReleasesResponse` | |
|
|
167
|
-
| git_hub | `git_hub.github_repo_stargazers` | `github-repo-stargazers` | `GET /github/repo/{owner}/{repo}/stargazers` | `owner` (path String required)<br>`repo` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoStargazersResponse` | |
|
|
168
167
|
| git_hub | `git_hub.github_search_repositories` | `github-search-repositories` | `GET /github/search/repositories` | `q` (query String required)<br>`sort` (query "stars" \| "forks" \| "help-wanted-issues" \| "updated")<br>`order` (query "asc" \| "desc")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubSearchRepositoriesResponse` | |
|
|
169
168
|
| git_hub | `git_hub.github_search_users` | `github-search-users` | `GET /github/search/users` | `q` (query String required)<br>`sort` (query "followers" \| "repositories" \| "joined")<br>`order` (query "asc" \| "desc")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubSearchUsersResponse` | |
|
|
170
169
|
| git_hub | `git_hub.github_trending` | `github-trending` | `GET /github/trending` | `language` (query String)<br>`since` (query "daily" \| "weekly" \| "monthly") | `ApiKeyAuth` | `GitHubGithubTrendingResponse` | |
|
|
@@ -243,6 +242,17 @@ Total operations: `603`
|
|
|
243
242
|
| instagram | `instagram.post` | `instagram-post` | `GET /instagram/post/{id}/{post_id}` | `id` (path String required)<br>`post_id` (path String required) | `ApiKeyAuth` | `InstagramPostResponse` | |
|
|
244
243
|
| instagram | `instagram.profile` | `instagram-profile` | `GET /instagram/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `InstagramProfileResponse` | |
|
|
245
244
|
| instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `InstagramReelsResponse` | |
|
|
245
|
+
| jobs | `jobs.ashby_board` | `jobs-ashby-board` | `GET /jobs/ashby/board` | `org` (query String required)<br>`include_compensation` (query bool) | `ApiKeyAuth` | `JobsAshbyBoardResponse` | |
|
|
246
|
+
| jobs | `jobs.company_search` | `jobs-company-search` | `GET /jobs/company-search` | `slug` (query String required) | `ApiKeyAuth` | `JobsCompanySearchResponse` | |
|
|
247
|
+
| jobs | `jobs.greenhouse_board` | `jobs-greenhouse-board` | `GET /jobs/greenhouse/board` | `token` (query String required)<br>`content` (query bool) | `ApiKeyAuth` | `JobsGreenhouseBoardResponse` | |
|
|
248
|
+
| jobs | `jobs.greenhouse_job` | `jobs-greenhouse-job` | `GET /jobs/greenhouse/job` | `token` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsGreenhouseJobResponse` | |
|
|
249
|
+
| jobs | `jobs.hiring_signals` | `jobs-hiring-signals` | `GET /jobs/hiring-signals` | `provider` (query "greenhouse" \| "lever" \| "ashby" \| "workday" \| "smartrecruiters" required)<br>`token` (query String)<br>`company` (query String)<br>`org` (query String)<br>`tenant` (query String)<br>`datacenter` (query String)<br>`site` (query String) | `ApiKeyAuth` | `JobsHiringSignalsResponse` | |
|
|
250
|
+
| jobs | `jobs.lever_posting` | `jobs-lever-posting` | `GET /jobs/lever/posting` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsLeverPostingResponse` | |
|
|
251
|
+
| jobs | `jobs.lever_postings` | `jobs-lever-postings` | `GET /jobs/lever/postings` | `company` (query String required)<br>`department` (query String)<br>`location` (query String)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsLeverPostingsResponse` | |
|
|
252
|
+
| jobs | `jobs.smartrecruiters_posting` | `jobs-smartrecruiters-posting` | `GET /jobs/smartrecruiters/posting` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsSmartrecruitersPostingResponse` | |
|
|
253
|
+
| jobs | `jobs.smartrecruiters_postings` | `jobs-smartrecruiters-postings` | `GET /jobs/smartrecruiters/postings` | `company` (query String required)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `JobsSmartrecruitersPostingsResponse` | |
|
|
254
|
+
| jobs | `jobs.workday_board` | `jobs-workday-board` | `GET /jobs/workday/board` | `tenant` (query String required)<br>`datacenter` (query String required)<br>`site` (query String required)<br>`search` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `JobsWorkdayBoardResponse` | |
|
|
255
|
+
| jobs | `jobs.workday_job` | `jobs-workday-job` | `GET /jobs/workday/job` | `tenant` (query String required)<br>`datacenter` (query String required)<br>`site` (query String required)<br>`path` (query String required) | `ApiKeyAuth` | `JobsWorkdayJobResponse` | |
|
|
246
256
|
| just_watch | `just_watch.justwatch_age_certifications` | `justwatch-age-certifications` | `GET /justwatch/age-certifications` | `country` (query String) | `ApiKeyAuth` | `JustWatchJustwatchAgeCertificationsResponse` | |
|
|
247
257
|
| just_watch | `just_watch.justwatch_discover` | `justwatch-discover` | `GET /justwatch/discover` | `country` (query String)<br>`language` (query String)<br>`limit` (query Integer)<br>`type` (query "all" \| "movie" \| "show")<br>`genres` (query String)<br>`providers` (query String)<br>`monetization_types` (query "FLATRATE" \| "FREE" \| "ADS" \| "RENT" \| "BUY")<br>`year_min` (query Integer)<br>`year_max` (query Integer) | `ApiKeyAuth` | `JustWatchJustwatchDiscoverResponse` | |
|
|
248
258
|
| just_watch | `just_watch.justwatch_episode_by_id` | `justwatch-episode-by-id` | `GET /justwatch/episode/by-id` | `id` (query String required)<br>`country` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchEpisodeByIdResponse` | |
|
|
@@ -408,7 +418,7 @@ Total operations: `603`
|
|
|
408
418
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_search` | `rottentomatoes-search` | `GET /rottentomatoes/search` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSearchResponse` | |
|
|
409
419
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_season` | `rottentomatoes-season` | `GET /rottentomatoes/season` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeasonResponse` | |
|
|
410
420
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_series` | `rottentomatoes-series` | `GET /rottentomatoes/series` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeriesResponse` | |
|
|
411
|
-
| sec_edgar | `sec_edgar.sec_company_intelligence` | `sec-company-intelligence` | `GET /sec/company/intelligence` | `cik` (query String)<br>`ticker` (query String) | `ApiKeyAuth` | `SecEdgarSecCompanyIntelligenceResponse` | |
|
|
421
|
+
| sec_edgar | `sec_edgar.sec_company_intelligence` | `sec-company-intelligence` | `GET /sec/company/intelligence` | `cik` (query String)<br>`ticker` (query String)<br>`enrich` (query "market" \| "news" \| "hiring")<br>`ats` (query "greenhouse" \| "lever" \| "ashby" \| "workday" \| "smartrecruiters")<br>`careers_slug` (query String)<br>`tenant` (query String)<br>`datacenter` (query String)<br>`site` (query String) | `ApiKeyAuth` | `SecEdgarSecCompanyIntelligenceResponse` | |
|
|
412
422
|
| sec_edgar | `sec_edgar.sec_company_search` | `sec-company-search` | `GET /sec/company/search` | `q` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecCompanySearchResponse` | |
|
|
413
423
|
| sec_edgar | `sec_edgar.sec_company_submissions` | `sec-company-submissions` | `GET /sec/company/submissions` | `cik` (query String)<br>`ticker` (query String)<br>`form` (query String)<br>`from` (query String)<br>`to` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecCompanySubmissionsResponse` | |
|
|
414
424
|
| sec_edgar | `sec_edgar.sec_filing` | `sec-filing` | `GET /sec/filing` | `cik` (query String)<br>`ticker` (query String)<br>`accession` (query String required) | `ApiKeyAuth` | `SecEdgarSecFilingResponse` | |
|
|
@@ -500,6 +510,18 @@ Total operations: `603`
|
|
|
500
510
|
| spotify | `spotify.track_recommended` | `spotify-track-recommended` | `GET /spotify/track/recommended` | `uri` (query String)<br>`id` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyTrackRecommendedResponse` | |
|
|
501
511
|
| spotify | `spotify.track_similar_albums` | `spotify-track-similar-albums` | `GET /spotify/track/similar-albums` | `uri` (query String)<br>`id` (query String)<br>`limit` (query Integer)<br>`albums_only` (query bool) | `ApiKeyAuth` | `SpotifyTrackSimilarAlbumsResponse` | |
|
|
502
512
|
| spotify | `spotify.tracks_search` | `spotify-tracks-search` | `GET /spotify/tracks/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`number_of_top_results` (query Integer)<br>`include_audiobooks` (query bool)<br>`include_pre_releases` (query bool)<br>`include_album_pre_releases` (query bool)<br>`include_authors` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyTracksSearchResponse` | |
|
|
513
|
+
| steam | `steam.achievements` | `steam-achievements` | `GET /steam/achievements` | `appid` (query String required) | `ApiKeyAuth` | `SteamAchievementsResponse` | |
|
|
514
|
+
| steam | `steam.app` | `steam-app` | `GET /steam/app` | `appid` (query String required)<br>`cc` (query String)<br>`l` (query String)<br>`filters` (query String) | `ApiKeyAuth` | `SteamAppResponse` | |
|
|
515
|
+
| steam | `steam.featured` | `steam-featured` | `GET /steam/featured` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamFeaturedResponse` | |
|
|
516
|
+
| steam | `steam.featured_categories` | `steam-featured-categories` | `GET /steam/featured-categories` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamFeaturedCategoriesResponse` | |
|
|
517
|
+
| steam | `steam.news` | `steam-news` | `GET /steam/news` | `appid` (query String required)<br>`count` (query Integer)<br>`maxlength` (query Integer) | `ApiKeyAuth` | `SteamNewsResponse` | |
|
|
518
|
+
| steam | `steam.package` | `steam-package` | `GET /steam/package` | `packageid` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamPackageResponse` | |
|
|
519
|
+
| steam | `steam.players` | `steam-players` | `GET /steam/players` | `appid` (query String required) | `ApiKeyAuth` | `SteamPlayersResponse` | |
|
|
520
|
+
| steam | `steam.reviews` | `steam-reviews` | `GET /steam/reviews` | `appid` (query String required)<br>`filter` (query "recent" \| "updated" \| "all")<br>`language` (query String)<br>`review_type` (query "all" \| "positive" \| "negative")<br>`purchase_type` (query "all" \| "steam" \| "non_steam_purchase")<br>`day_range` (query Integer)<br>`num_per_page` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `SteamReviewsResponse` | |
|
|
521
|
+
| steam | `steam.reviews_histogram` | `steam-reviews-histogram` | `GET /steam/reviews/histogram` | `appid` (query String required)<br>`language` (query String) | `ApiKeyAuth` | `SteamReviewsHistogramResponse` | |
|
|
522
|
+
| steam | `steam.search` | `steam-search` | `GET /steam/search` | `term` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamSearchResponse` | |
|
|
523
|
+
| steam | `steam.search_results` | `steam-search-results` | `GET /steam/search/results` | `term` (query String required)<br>`start` (query Integer)<br>`count` (query Integer)<br>`sort_by` (query "Relevance" \| "Released_DESC" \| "Name_ASC" \| "Price_ASC" \| "Price_DESC" \| "Reviews_DESC")<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamSearchResultsResponse` | |
|
|
524
|
+
| steam | `steam.steamspy` | `steam-steamspy` | `GET /steam/steamspy` | `appid` (query String required) | `ApiKeyAuth` | `SteamSteamspyResponse` | |
|
|
503
525
|
| tiktok | `tiktok.category` | `tiktok-category` | `GET /tiktok/category` | none | `ApiKeyAuth` | `TiktokCategoryResponse` | |
|
|
504
526
|
| tiktok | `tiktok.video_comments` | `tiktok-video-comments` | `GET /tiktok/comments` | `aweme_id` (query String required)<br>`cursor` (query Integer) | `ApiKeyAuth` | `TiktokVideoCommentsResponse` | |
|
|
505
527
|
| tiktok | `tiktok.explore` | `tiktok-explore` | `GET /tiktok/explore/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `TiktokExploreResponse` | |
|