crawlora 1.22.0.pre.sdk.1 → 1.25.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 +14 -0
- data/docs/operations.md +136 -91
- data/docs/recipes.md +10 -0
- data/lib/crawlora/operations.rb +7257 -3760
- data/lib/crawlora/version.rb +1 -1
- data/openapi/public.json +59453 -51627
- data/sig/crawlora.rbs +143 -94
- 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: 68cf59d021db574f24c61d1f185cbef0aa8bbbc6b5e7678a515f06d70e5f9a71
|
|
4
|
+
data.tar.gz: 84830cd77c9dc79a1dd1153f7e75560c1ea22022b2cb43a13822e55bfb38d2e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 062b94cb9f3ad7f1612b29ed42788199c7ac51354b4384c1adaee8bd7f6bbb855ad9cbeecec4f1043b4060f219f537d78531fea31ee8a0e0764559b9cb73c64e
|
|
7
|
+
data.tar.gz: 3ac18fbf697aca29ae8c4abb0b5ab35e8d16b75ab02ca32cf6fc5f69b593cd66788f875c9e73b2f6b009668e0673fa8ce480a210574773d7c35d027e63f00f37
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.25.0-sdk.1
|
|
4
|
+
|
|
5
|
+
- Regenerated from the public API contract (836 to 832 operations). Adds Apple Podcasts chart rankings, new releases, and related shows; App Store editorial collections; and the Apple Podcasts shows dataset family. Removes the TCDB endpoints, which no longer exist upstream.
|
|
6
|
+
- Parameter examples in the bundled spec now use `x-example`. Swagger 2.0 forbids `example` on a parameter object, so the published contract previously failed OpenAPI validation.
|
|
7
|
+
- Spec metadata: real `info.description`, `license`, `termsOfService`, `x-logo`, an https `contact.url`, and a `securityDefinitions` block declaring the `x-api-key` scheme the operations already referenced.
|
|
8
|
+
|
|
9
|
+
## v1.24.0-sdk.1
|
|
10
|
+
|
|
11
|
+
- Regenerated from the public API contract (790 to 836 operations). Adds Google Maps place photos and place reviews, plus Apple Books, and the PitchBook and Goodreads dataset families.
|
|
12
|
+
|
|
13
|
+
## v1.23.0-sdk.1
|
|
14
|
+
|
|
15
|
+
- Regenerated from the public API contract (787 to 790 operations). Adds Box Office Mojo dataset search, item lookup, and facets.
|
|
16
|
+
|
|
3
17
|
## v1.22.0-sdk.1
|
|
4
18
|
|
|
5
19
|
- Regenerated from the public API contract (784 to 787 operations). Adds Threads search, cursor-paginated profile posts, and public post replies.
|