late-sdk 0.0.616 → 0.0.617
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/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +3 -3
- data/zernio-sdk-0.0.617.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.616.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50a07fcc89783915a80ec39abfe8191638a1203e98383442c48fdc1056096fae
|
|
4
|
+
data.tar.gz: 63fa605dacbe14ad9685b4b21377b57a5d474b727f5550a680ad4eca2458c7f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f41055a3e4cb196cb228915e9dde3a2840e58038b31a9a68b99fa2a42491a0b25a25a2558a34a5c525700087aee96c6d6050fd9d83024c549ab14497f6dd81b
|
|
7
|
+
data.tar.gz: cf72663bbeff5cea26c33a8911f3b6659ad794c97beae6f20a22a97115c503383fa1818a87ac2eaca80cd2cf90b066780fc6c86cc1eb2110a5ce9a3578312f65
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -126,7 +126,7 @@ x-documentation:
|
|
|
126
126
|
|
|
127
127
|
Legacy AppSumo lifetime tiers get a flat 600 req/min regardless of tier.
|
|
128
128
|
|
|
129
|
-
Posts themselves are unlimited on every connected social account; the rate limit applies only to API request throughput.
|
|
129
|
+
Posts themselves are unlimited on every connected social account; the rate limit applies only to API request throughput. Zernio also applies per-account daily publish caps as an anti-abuse safeguard (Instagram 100/day, Facebook 100/day, Threads 250/day, X/Twitter 50/day, Pinterest 25/day, 50/day for every other platform), plus a 25-posts-per-hour per-account velocity cap.
|
|
130
130
|
|
|
131
131
|
All responses include `X-RateLimit-Limit`, `X-RateLimit-Remaining`, and `X-RateLimit-Reset` headers — read these instead of hard-coding limits, since your tier may be configured higher than the default.
|
|
132
132
|
|
|
@@ -12859,7 +12859,7 @@ paths:
|
|
|
12859
12859
|
platform: { type: string }
|
|
12860
12860
|
existingPostId: { type: string }
|
|
12861
12861
|
'429':
|
|
12862
|
-
description: "Rate limit exceeded. Possible causes: API rate limit, velocity limit (
|
|
12862
|
+
description: "Rate limit exceeded. Possible causes: API rate limit, velocity limit (25 posts/hour per account), account cooldown, or daily platform limits."
|
|
12863
12863
|
content:
|
|
12864
12864
|
application/json:
|
|
12865
12865
|
schema:
|
|
@@ -13334,7 +13334,7 @@ paths:
|
|
|
13334
13334
|
description: Post is currently publishing
|
|
13335
13335
|
'429':
|
|
13336
13336
|
description: |
|
|
13337
|
-
Rate limit exceeded. Possible causes: API rate limit (requests per minute), velocity limit (
|
|
13337
|
+
Rate limit exceeded. Possible causes: API rate limit (requests per minute), velocity limit (25 posts/hour per account), or account cooldown (temporarily rate-limited due to repeated errors).
|
|
13338
13338
|
content:
|
|
13339
13339
|
application/json:
|
|
13340
13340
|
schema:
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: late-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.617
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -4886,7 +4886,7 @@ files:
|
|
|
4886
4886
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4887
4887
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4888
4888
|
- spec/spec_helper.rb
|
|
4889
|
-
- zernio-sdk-0.0.
|
|
4889
|
+
- zernio-sdk-0.0.617.gem
|
|
4890
4890
|
- zernio-sdk.gemspec
|
|
4891
4891
|
homepage: https://openapi-generator.tech
|
|
4892
4892
|
licenses:
|
data/zernio-sdk-0.0.616.gem
DELETED
|
Binary file
|