pulp_npm_client 0.1.0a1.dev01601343864 → 0.1.0a1.dev01601430243

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_npm_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90c9d03ae64797da9f7ada3e2d00a1cb695738c8eefe1d2f336bdbf846318852
4
- data.tar.gz: 7f26eb22ec7b5b80ab8127f8509539fda7d7967f860601543693d4b487b6d509
3
+ metadata.gz: b9981961ee30cb26cd2dd0df1fcc8fb115effdd1f34eb240f31c34aec2da7882
4
+ data.tar.gz: 80f5c90d0ec04da59ff8d65e5aec7180c5acd9c5b2c698a2438e3488c1adfe0a
5
5
  SHA512:
6
- metadata.gz: a27858b79030b61674485f5be5007aadb0b43ffee05a332eca71a53ddd1d1c875b666880238303d1fb93934016e4bdc0d68da854f66cb2b9fae7c8c0fb6451b2
7
- data.tar.gz: e166ad541af9084cefc0ef9577d176d55283946fe2ee94a26b44a3aab60fc0eaee26be3bc501761f3a5cea48a3304ccd28d571234963f3cf95b31c5b16979dce
6
+ metadata.gz: 1eada64415e79ddddca326bc7d09fc7cfbc77258a19e04a3423208a81b812214250680e65becee5441e97df40d0e3df1cb3b2b2160b701f019deb2c011c82b59
7
+ data.tar.gz: 812dca3150fb1941009216db26f2b98efd92ae4a141b8d8181cabda7d5add384c2e8e355e1655fb0398d039376d6dfc190e36e6ce8f70487f94f189beef5c685
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.1.0a1.dev01601343864
10
+ - Package version: 0.1.0a1.dev01601430243
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_npm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_npm_client-0.1.0a1.dev01601343864.gem
27
+ gem install ./pulp_npm_client-0.1.0a1.dev01601430243.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01601343864.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01601430243.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 'pulp_npm_client', '~> 0.1.0a1.dev01601343864'
36
+ gem 'pulp_npm_client', '~> 0.1.0a1.dev01601430243'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse200.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse2001.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse2002.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse2003.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse2004.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpNpmClient
14
- VERSION = '0.1.0a1.dev01601343864'
14
+ VERSION = '0.1.0a1.dev01601430243'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_npm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0a1.dev01601343864
4
+ version: 0.1.0a1.dev01601430243
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-29 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday