Skip to content

Commit fe855bd

Browse files
justserpapigithub-actions[bot]
authored andcommitted
chore: sync OpenAPI-generated Ruby SDK
1 parent 4540970 commit fe855bd

7 files changed

Lines changed: 2055 additions & 45997 deletions

File tree

Gemfile.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
PATH
2+
remote: .
3+
specs:
4+
justserpapi (0.1.0)
5+
faraday (>= 1.0.1, < 3.0)
6+
faraday-multipart (~> 1.0)
7+
marcel (~> 1.0)
8+
9+
GEM
10+
remote: https://rubygems.org/
11+
specs:
12+
faraday (2.14.1)
13+
faraday-net_http (>= 2.0, < 3.5)
14+
json
15+
logger
16+
faraday-multipart (1.2.0)
17+
multipart-post (~> 2.0)
18+
faraday-net_http (3.4.2)
19+
net-http (~> 0.5)
20+
json (2.19.4)
21+
logger (1.7.0)
22+
marcel (1.1.0)
23+
minitest (5.27.0)
24+
multipart-post (2.4.1)
25+
net-http (0.9.1)
26+
uri (>= 0.11.1)
27+
rake (13.4.2)
28+
uri (1.1.1)
29+
30+
PLATFORMS
31+
x86_64-linux
32+
33+
DEPENDENCIES
34+
justserpapi!
35+
minitest (~> 5.22)
36+
rake (~> 13.0)
37+
38+
BUNDLED WITH
39+
2.4.19

generated/ruby-client/lib/justserpapi.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
require 'justserpapi/configuration'
1919

2020
# Models
21+
require 'justserpapi/models/json_node'
2122
require 'justserpapi/models/just_serp_api_response'
23+
require 'justserpapi/models/result_json_node'
2224

2325
# APIs
2426
require 'justserpapi/api/google_api'

generated/ruby-client/lib/justserpapi/api/google_api.rb

Lines changed: 306 additions & 184 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)