late-sdk 0.0.671 → 0.0.672
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 +6 -0
- data/zernio-sdk-0.0.672.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.671.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: cacfd06d995df70d50a098100eb8a9de74a6427d1dfeb641509589da2e58f672
|
|
4
|
+
data.tar.gz: c1826f1d7ccd473a444bd3e6af12062d972d37287bb258870ec04ff147bba592
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 652a49fb39d3859a402edbc0791567c642cabe82a2e6bc62973a50132bf39d248584919e7770b0b1ff0689aca9a0a1361b1280a4c50a288a8ee52ad65caf23ae
|
|
7
|
+
data.tar.gz: 3a954dbdc1d19c66dbf2153f8b8e216840031b6e316cd300f07eda289b6c73e7915a78a46c45300f9fbf784e3d8d72e5ec25a428703fab23302a90c4efabbf14
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -25666,6 +25666,7 @@ paths:
|
|
|
25666
25666
|
platform: { type: string, example: twitter }
|
|
25667
25667
|
'400': { description: Bad request or platform limitation }
|
|
25668
25668
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
25669
|
+
'403': { description: 'X rejected the request (e.g. suspended account, missing OAuth scope)' }
|
|
25669
25670
|
'404': { description: Account not found }
|
|
25670
25671
|
delete:
|
|
25671
25672
|
operationId: undoRetweet
|
|
@@ -25698,6 +25699,7 @@ paths:
|
|
|
25698
25699
|
platform: { type: string, example: twitter }
|
|
25699
25700
|
'400': { description: Bad request }
|
|
25700
25701
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
25702
|
+
'403': { description: 'X rejected the request (e.g. suspended account, missing OAuth scope)' }
|
|
25701
25703
|
'404': { description: Account not found }
|
|
25702
25704
|
|
|
25703
25705
|
/v1/twitter/bookmark:
|
|
@@ -25734,6 +25736,7 @@ paths:
|
|
|
25734
25736
|
platform: { type: string, example: twitter }
|
|
25735
25737
|
'400': { description: Bad request or platform limitation }
|
|
25736
25738
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
25739
|
+
'403': { description: 'X rejected the request (e.g. suspended account, missing OAuth scope)' }
|
|
25737
25740
|
'404': { description: Account not found }
|
|
25738
25741
|
delete:
|
|
25739
25742
|
operationId: removeBookmark
|
|
@@ -25766,6 +25769,7 @@ paths:
|
|
|
25766
25769
|
platform: { type: string, example: twitter }
|
|
25767
25770
|
'400': { description: Bad request }
|
|
25768
25771
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
25772
|
+
'403': { description: 'X rejected the request (e.g. suspended account, missing OAuth scope)' }
|
|
25769
25773
|
'404': { description: Account not found }
|
|
25770
25774
|
|
|
25771
25775
|
/v1/twitter/follow:
|
|
@@ -25803,6 +25807,7 @@ paths:
|
|
|
25803
25807
|
platform: { type: string, example: twitter }
|
|
25804
25808
|
'400': { description: Bad request or platform limitation }
|
|
25805
25809
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
25810
|
+
'403': { description: 'X rejected the request (e.g. suspended account, missing OAuth scope)' }
|
|
25806
25811
|
'404': { description: Account not found }
|
|
25807
25812
|
delete:
|
|
25808
25813
|
operationId: unfollowUser
|
|
@@ -25835,6 +25840,7 @@ paths:
|
|
|
25835
25840
|
platform: { type: string, example: twitter }
|
|
25836
25841
|
'400': { description: Bad request }
|
|
25837
25842
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
25843
|
+
'403': { description: 'X rejected the request (e.g. suspended account, missing OAuth scope)' }
|
|
25838
25844
|
'404': { description: Account not found }
|
|
25839
25845
|
|
|
25840
25846
|
/v1/twitter/search:
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.672
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -4982,7 +4982,7 @@ files:
|
|
|
4982
4982
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4983
4983
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4984
4984
|
- spec/spec_helper.rb
|
|
4985
|
-
- zernio-sdk-0.0.
|
|
4985
|
+
- zernio-sdk-0.0.672.gem
|
|
4986
4986
|
- zernio-sdk.gemspec
|
|
4987
4987
|
homepage: https://openapi-generator.tech
|
|
4988
4988
|
licenses:
|
data/zernio-sdk-0.0.671.gem
DELETED
|
Binary file
|