pescheck-client 0.0.5 → 0.1.0

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: 0acfad783a9e449311a76af2f805827306ee976b150848280d28860e96c962b5
4
- data.tar.gz: cc683af13a7e16784dae9b5e959983b886541897c7a14c23e45f722f5eb3b87f
3
+ metadata.gz: 583087e6dfc04640459ef149a4932a893df4e6f3157f9f127cc1983eaa23328c
4
+ data.tar.gz: a701afb933a7d22d42f3072bfbb5c34d96d283606b1de4a809c6fa60c0ecdbf3
5
5
  SHA512:
6
- metadata.gz: dfe66b1212ab7b16935ee23d24e847dc355f1049e9865ea96a69741c35ba5bd8786065f3cae724d9e982f3b39dd2230db2f2ace41457e26d46e92d1cf98953b1
7
- data.tar.gz: 3f12acc189a599ae737c319ab9b2f8a71756a02f15de8cbcc58719ba6918c13f11ef69783eb6e276d991172ce6e03730e291dec20bb5e4a0201c1c2d74ac0fc2
6
+ metadata.gz: ffe745ae76aa44115d89aafcff5a42a9e040002d256c0c6cbe7591da565be21353d620808851c6f94f5ce7657cfdd9c5592e10d2403a03121a42023cf824426e
7
+ data.tar.gz: b4573663a8c67e9fc29e6d437c440474eb793cb8316d371f683315c9cd986ed0c9830b1f9f597a3fd9ade6e8f961f38b39c3f7dd8403e01b551fc45de52b5b42
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ > **Official Pescheck API client** - part of the [pescheck-clients](https://github.com/pescheckit/pescheck-clients) SDKs.
2
+
1
3
  # pescheck-client
2
4
 
3
5
  Pescheck - the Ruby gem for the Pescheck API
@@ -7,7 +9,7 @@ Official client library for the Pescheck API (v2), generated from the OpenAPI sp
7
9
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
10
 
9
11
  - API version: 2.0.0
10
- - Package version: 0.0.5
12
+ - Package version: 0.1.0
11
13
  - Generator version: 7.23.0
12
14
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
15
 
@@ -24,16 +26,16 @@ gem build pescheck-client.gemspec
24
26
  Then either install the gem locally:
25
27
 
26
28
  ```shell
27
- gem install ./pescheck-client-0.0.5.gem
29
+ gem install ./pescheck-client-0.1.0.gem
28
30
  ```
29
31
 
30
- (for development, run `gem install --dev ./pescheck-client-0.0.5.gem` to install the development dependencies)
32
+ (for development, run `gem install --dev ./pescheck-client-0.1.0.gem` to install the development dependencies)
31
33
 
32
34
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
35
 
34
36
  Finally add this to the Gemfile:
35
37
 
36
- gem 'pescheck-client', '~> 0.0.5'
38
+ gem 'pescheck-client', '~> 0.1.0'
37
39
 
38
40
  ### Install from Git
39
41
 
@@ -276,31 +276,13 @@ module Pescheck
276
276
  # Returns an array of Server setting
277
277
  def server_settings
278
278
  [
279
- {
280
- url: "{baseUrl}",
281
- description: "Current environment",
282
- variables: {
283
- baseUrl: {
284
- description: "API base URL",
285
- default_value: "https://api.pescheck.io",
286
- }
287
- }
288
- },
289
- {
290
- url: "https://dash-test-api.pescheck.me",
291
- description: "Test server",
292
- },
293
279
  {
294
280
  url: "https://api.pescheck.io",
295
- description: "Production server",
296
- },
297
- {
298
- url: "https://staging-api.pescheck.io",
299
- description: "Staging server",
281
+ description: "Production",
300
282
  },
301
283
  {
302
- url: "http://localhost",
303
- description: "Local development server",
284
+ url: "https://api-staging.pescheck.io",
285
+ description: "Staging",
304
286
  }
305
287
  ]
306
288
  end
@@ -11,5 +11,5 @@ Generator version: 7.23.0
11
11
  =end
12
12
 
13
13
  module Pescheck
14
- VERSION = '0.0.5'
14
+ VERSION = '0.1.0'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pescheck-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pescheck