late-sdk 0.0.113 → 0.0.115
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/README.md +1 -2
- data/docs/LinkedInMentionsApi.md +1 -1
- data/docs/RedditPost.md +48 -0
- data/docs/RedditSearchApi.md +4 -4
- data/docs/SearchReddit200Response.md +5 -3
- data/docs/ValidateApi.md +9 -5
- data/lib/late-sdk/api/linked_in_mentions_api.rb +2 -2
- data/lib/late-sdk/api/reddit_search_api.rb +3 -3
- data/lib/late-sdk/api/validate_api.rb +5 -2
- data/lib/late-sdk/models/{search_reddit200_response_posts_inner.rb → reddit_post.rb} +102 -26
- data/lib/late-sdk/models/search_reddit200_response.rb +20 -11
- data/lib/late-sdk/version.rb +1 -1
- data/lib/late-sdk.rb +1 -2
- data/openapi.yaml +76 -32
- data/spec/api/linked_in_mentions_api_spec.rb +1 -1
- data/spec/api/reddit_search_api_spec.rb +1 -1
- data/spec/api/validate_api_spec.rb +2 -1
- data/spec/models/{search_reddit200_response_posts_inner_spec.rb → reddit_post_spec.rb} +52 -10
- data/spec/models/search_reddit200_response_spec.rb +7 -1
- data/zernio-sdk-0.0.115.gem +0 -0
- metadata +7 -11
- data/docs/GetRedditFeed200Response.md +0 -20
- data/docs/SearchReddit200ResponsePostsInner.md +0 -34
- data/lib/late-sdk/models/get_reddit_feed200_response.rb +0 -158
- data/spec/models/get_reddit_feed200_response_spec.rb +0 -42
- data/zernio-sdk-0.0.113.gem +0 -0
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Zernio API
|
|
3
|
-
|
|
4
|
-
#API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.1
|
|
7
|
-
Contact: support@zernio.com
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for Late::GetRedditFeed200Response
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe Late::GetRedditFeed200Response do
|
|
21
|
-
#let(:instance) { Late::GetRedditFeed200Response.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of GetRedditFeed200Response' do
|
|
24
|
-
it 'should create an instance of GetRedditFeed200Response' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(Late::GetRedditFeed200Response)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "posts"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
describe 'test attribute "after"' do
|
|
37
|
-
it 'should work' do
|
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
end
|
data/zernio-sdk-0.0.113.gem
DELETED
|
Binary file
|