late-sdk 0.0.706 → 0.0.707
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/docs/InstagramApi.md +1 -1
- data/lib/zernio-sdk/api/instagram_api.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +5 -0
- data/spec/api/instagram_api_spec.rb +1 -1
- data/zernio-sdk-0.0.707.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.706.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: 6603194bef66dba2de17168c5b8ef102ab100f6406617c4d0c3bbf0f06ce576c
|
|
4
|
+
data.tar.gz: a7f637e264a58447b04932c099ad0b8e45671a13594cff01838f225cca58beaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1aabf517b419736b6e84044b9c9dab9c4a9bb5d9d7f8aadbadfa150d07136b7b892320dba5edf99b8044a900db34eaf65fbcb14c9abfc38ec87b59d3b04831f0
|
|
7
|
+
data.tar.gz: 95a110b10d856d9d85a7463145ffbedf6719b180cbc6a6e3a14928882d49fc024f7643947d0e85e24aef9562671bfe04797a74ba04352f8866d5b7b89b0d3bf4
|
data/docs/InstagramApi.md
CHANGED
|
@@ -84,7 +84,7 @@ end
|
|
|
84
84
|
|
|
85
85
|
Get Instagram story insights
|
|
86
86
|
|
|
87
|
-
Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
87
|
+
Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Meta can report an expired story as an empty successful result rather than an error, so an expired story resolves to `cached` or `unavailable` even though the upstream request itself succeeded. Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
88
88
|
|
|
89
89
|
### Examples
|
|
90
90
|
|
|
@@ -83,7 +83,7 @@ module Zernio
|
|
|
83
83
|
end
|
|
84
84
|
|
|
85
85
|
# Get Instagram story insights
|
|
86
|
-
# Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
86
|
+
# Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Meta can report an expired story as an empty successful result rather than an error, so an expired story resolves to `cached` or `unavailable` even though the upstream request itself succeeded. Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
87
87
|
# @param account_id [String] The Instagram account ID
|
|
88
88
|
# @param story_id [String] The Instagram media ID of the story.
|
|
89
89
|
# @param [Hash] opts the optional parameters
|
|
@@ -94,7 +94,7 @@ module Zernio
|
|
|
94
94
|
end
|
|
95
95
|
|
|
96
96
|
# Get Instagram story insights
|
|
97
|
-
# Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
97
|
+
# Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Meta can report an expired story as an empty successful result rather than an error, so an expired story resolves to `cached` or `unavailable` even though the upstream request itself succeeded. Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
98
98
|
# @param account_id [String] The Instagram account ID
|
|
99
99
|
# @param story_id [String] The Instagram media ID of the story.
|
|
100
100
|
# @param [Hash] opts the optional parameters
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -20590,6 +20590,10 @@ paths:
|
|
|
20590
20590
|
- `unavailable` — story has expired and we never received its webhook
|
|
20591
20591
|
payload (for example, the account connected after the story expired)
|
|
20592
20592
|
|
|
20593
|
+
Meta can report an expired story as an empty successful result rather
|
|
20594
|
+
than an error, so an expired story resolves to `cached` or `unavailable`
|
|
20595
|
+
even though the upstream request itself succeeded.
|
|
20596
|
+
|
|
20593
20597
|
Field semantics follow Meta's API. Counts below 5 may be returned as 0
|
|
20594
20598
|
due to Meta's privacy floor on small audiences. The `navigation` field
|
|
20595
20599
|
is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
@@ -20643,6 +20647,7 @@ paths:
|
|
|
20643
20647
|
'400': { description: Invalid request. }
|
|
20644
20648
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
20645
20649
|
'404': { description: Instagram account not found. }
|
|
20650
|
+
'502': { description: 'Instagram rejected the request.' }
|
|
20646
20651
|
|
|
20647
20652
|
/v1/accounts/{accountId}/pinterest-boards:
|
|
20648
20653
|
get:
|
|
@@ -46,7 +46,7 @@ describe 'InstagramApi' do
|
|
|
46
46
|
|
|
47
47
|
# unit tests for get_instagram_story_insights
|
|
48
48
|
# Get Instagram story insights
|
|
49
|
-
# Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
49
|
+
# Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Meta can report an expired story as an empty successful result rather than an error, so an expired story resolves to `cached` or `unavailable` even though the upstream request itself succeeded. Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
|
|
50
50
|
# @param account_id The Instagram account ID
|
|
51
51
|
# @param story_id The Instagram media ID of the story.
|
|
52
52
|
# @param [Hash] opts the optional parameters
|
|
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.707
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -5072,7 +5072,7 @@ files:
|
|
|
5072
5072
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
5073
5073
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
5074
5074
|
- spec/spec_helper.rb
|
|
5075
|
-
- zernio-sdk-0.0.
|
|
5075
|
+
- zernio-sdk-0.0.707.gem
|
|
5076
5076
|
- zernio-sdk.gemspec
|
|
5077
5077
|
homepage: https://openapi-generator.tech
|
|
5078
5078
|
licenses:
|
data/zernio-sdk-0.0.706.gem
DELETED
|
Binary file
|