rocket_stack_sdk 1.0.4 → 1.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a29f88f140187991ed77faf8b3f347fcf17d89981d4d27150620dd867f88701
4
- data.tar.gz: 6dcf6fba0b31c75e002b2909af5bcfd0cc8a03ea2539368f862663d4b12049f9
3
+ metadata.gz: f824ef15b3d06ade80f09e6cb4a7e279fa1aebb768ade436288ade1c61133cc4
4
+ data.tar.gz: 9a06de49ad15a9eb991f777618c6dbbb12709e1b4dd780573d0cb6622c0815b9
5
5
  SHA512:
6
- metadata.gz: 7274f8d74f39374228ae372ac1199d41d440fcce54869de3c23e1a8ad1c7d0596de796b45feef861e4ea5774c3f778919d5bd74d6a4c508c6c670b21abf851aa
7
- data.tar.gz: d47f29d9962fc2ca7a4486dd8b683f5a54d828b9363b6ac6eb602dacf56f95dedc492b5352975549f0e734bbb96cf3e2c8ad0f6afd53d368f3cbdc987181be7a
6
+ metadata.gz: 0c1cca011bf56a1b19129422129b21faf40ca955989ec6c5f421f73577f7ea3e1602ee2498e6e6f4ec4dd5357bdd49ebcd10673301782de3e1a8fce3f863b453
7
+ data.tar.gz: 0ec15a914a45b3f13f235f15073695eda4fa9fba2fdb2c737bc73e7890bc3a35f7c8bd52d1b818cf531195719e0973d763796969fc1f37c883d9d67499bd0a3a
data/README.md CHANGED
@@ -7,7 +7,7 @@ Combined API for Functions, Queues, KV, Storage, Cron, and Scheduler.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 1.0.4
10
+ - Package version: 1.0.5
11
11
  - Generator version: 7.19.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
@@ -24,16 +24,16 @@ gem build rocket_stack_sdk.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./rocket_stack_sdk-1.0.4.gem
27
+ gem install ./rocket_stack_sdk-1.0.5.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./rocket_stack_sdk-1.0.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./rocket_stack_sdk-1.0.5.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'rocket_stack_sdk', '~> 1.0.4'
36
+ gem 'rocket_stack_sdk', '~> 1.0.5'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -80,7 +80,7 @@ end
80
80
 
81
81
  ## Documentation for API Endpoints
82
82
 
83
- All URIs are relative to *https://ctrl.rocketstack.sh*
83
+ All URIs are relative to *https://api.rocketstack.sh*
84
84
 
85
85
  Class | Method | HTTP request | Description
86
86
  ------------ | ------------- | ------------- | -------------
data/docs/CronApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RocketStackSdk::CronApi
2
2
 
3
- All URIs are relative to *https://ctrl.rocketstack.sh*
3
+ All URIs are relative to *https://api.rocketstack.sh*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
data/docs/FunctionsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RocketStackSdk::FunctionsApi
2
2
 
3
- All URIs are relative to *https://ctrl.rocketstack.sh*
3
+ All URIs are relative to *https://api.rocketstack.sh*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
data/docs/KvApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RocketStackSdk::KvApi
2
2
 
3
- All URIs are relative to *https://ctrl.rocketstack.sh*
3
+ All URIs are relative to *https://api.rocketstack.sh*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
data/docs/QueuesApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RocketStackSdk::QueuesApi
2
2
 
3
- All URIs are relative to *https://ctrl.rocketstack.sh*
3
+ All URIs are relative to *https://api.rocketstack.sh*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
data/docs/ResourcesApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RocketStackSdk::ResourcesApi
2
2
 
3
- All URIs are relative to *https://ctrl.rocketstack.sh*
3
+ All URIs are relative to *https://api.rocketstack.sh*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
data/docs/SchedulerApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RocketStackSdk::SchedulerApi
2
2
 
3
- All URIs are relative to *https://ctrl.rocketstack.sh*
3
+ All URIs are relative to *https://api.rocketstack.sh*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
data/docs/StorageApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RocketStackSdk::StorageApi
2
2
 
3
- All URIs are relative to *https://ctrl.rocketstack.sh*
3
+ All URIs are relative to *https://api.rocketstack.sh*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
@@ -158,7 +158,7 @@ module RocketStackSdk
158
158
 
159
159
  def initialize
160
160
  @scheme = 'https'
161
- @host = 'ctrl.rocketstack.sh'
161
+ @host = 'api.rocketstack.sh'
162
162
  @base_path = ''
163
163
  @server_index = nil
164
164
  @server_operation_index = {}
@@ -259,7 +259,7 @@ module RocketStackSdk
259
259
  def server_settings
260
260
  [
261
261
  {
262
- url: "https://ctrl.rocketstack.sh",
262
+ url: "https://api.rocketstack.sh",
263
263
  description: "No description provided",
264
264
  }
265
265
  ]
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module RocketStackSdk
14
- VERSION = '1.0.4'
14
+ VERSION = '1.0.5'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocket_stack_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator