vgs_api_client 0.0.1.alpha202204221503 → 0.0.1.alpha202204222258

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +33 -0
  3. data/lib/{vgs_api_client → openapi_client}/api/aliases_api.rb +0 -0
  4. data/lib/{vgs_api_client → openapi_client}/api_client.rb +1 -1
  5. data/lib/{vgs_api_client → openapi_client}/api_error.rb +0 -0
  6. data/lib/{vgs_api_client → openapi_client}/configuration.rb +0 -0
  7. data/lib/{vgs_api_client → openapi_client}/models/alias_format.rb +0 -0
  8. data/lib/openapi_client/models/api_error.rb +0 -0
  9. data/lib/{vgs_api_client → openapi_client}/models/create_aliases_request.rb +0 -0
  10. data/lib/{vgs_api_client → openapi_client}/models/create_aliases_request_new.rb +0 -0
  11. data/lib/{vgs_api_client → openapi_client}/models/create_aliases_request_reference.rb +0 -0
  12. data/lib/{vgs_api_client → openapi_client}/models/inline_response200.rb +0 -0
  13. data/lib/{vgs_api_client → openapi_client}/models/inline_response2001.rb +0 -0
  14. data/lib/{vgs_api_client → openapi_client}/models/inline_response201.rb +0 -0
  15. data/lib/{vgs_api_client → openapi_client}/models/inline_response_default.rb +0 -0
  16. data/lib/{vgs_api_client → openapi_client}/models/model_alias.rb +0 -0
  17. data/lib/{vgs_api_client → openapi_client}/models/revealed_data.rb +0 -0
  18. data/lib/{vgs_api_client → openapi_client}/models/update_alias_request.rb +0 -0
  19. data/lib/{vgs_api_client → openapi_client}/models/update_alias_request_data.rb +0 -0
  20. data/lib/{vgs_api_client → openapi_client}/version.rb +1 -1
  21. data/lib/openapi_client.rb +53 -0
  22. data/lib/version.rb +3 -0
  23. data/lib/vgs_api_client.rb +80 -49
  24. data/scripts/assemble/run.sh +1 -1
  25. data/scripts/test/run.sh +2 -2
  26. data/scripts/test-e2e/Dockerfile +1 -9
  27. data/scripts/test-e2e/run.sh +3 -5
  28. data/spec/spec_helper.rb +1 -1
  29. data/spec/test_aliases_api_spec.rb +37 -45
  30. data/vgs_api_client.gemspec +14 -20
  31. metadata +32 -26
  32. data/lib/vgs.rb +0 -82
  33. data/lib/vgs_api_client/models/api_error.rb +0 -249
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b48c29f8b5d690e7110d5cb7f3a7622625b85a53481d058fe6e3ab9d6237710a
4
- data.tar.gz: 1897de2f8e4fa967d976c22fccfb683936dbf8d38633f9c08db94e49d8910cf1
3
+ metadata.gz: ecfcd0dfd307b422f1e0a3e742e7c8802724021fb075fee588858efc4890d9ef
4
+ data.tar.gz: eadb71ebb0d43ec3017d94dc66da1eb07f363f27162148a5e7a3686cc9886ad9
5
5
  SHA512:
6
- metadata.gz: ceb9411f171696dcff3c90bc84c32d2e4b802917b47521e8cd622071a916a09f13bb4b3568d54d5b61ef526678a13f85e43cd1590c9a747401c103f91c534164
7
- data.tar.gz: a0ddbc915a425283bd67155342b57cdfbcd1781fb67f4986946e85136b0641226842d8364317c35a64a188d650217426b4c2906047c217012308c52d43e6ad29
6
+ metadata.gz: b8124a8486c7ab76e52c9f69e039825823f769ab5d540d73f263c1a392809330c2698c331be4ef765d2b57bfe6efb0d4d911e0bcb4f2da799a534ad823afe96b
7
+ data.tar.gz: 90c124eda152b8b803e5ee5e02e5f01da03b414bce2e289e7ce60903cf5125c522bc6b13c11b59fbc3127b524dd1c3180aab7aa1b1d00cf3c9462096d1addb32
data/README.md ADDED
@@ -0,0 +1,33 @@
1
+ # vgs-api-client-python
2
+
3
+ This repository contains a Ruby API client library for the Very Good Security API.
4
+
5
+ ### Requirements
6
+
7
+ Building and using the API client library requires Ruby 2.6+.
8
+
9
+ ### Installation
10
+
11
+ ```
12
+ gem install vgs-api-client
13
+ ```
14
+
15
+ ### Development
16
+
17
+ Follow [DEVELOPMENT](DEVELOPMENT.md) instruction.
18
+
19
+ ### Release
20
+
21
+ Follow [RELEASE](RELEASE.md) instruction.
22
+
23
+ ### Documentation
24
+
25
+ https://www.verygoodsecurity.com/docs/vault/api/
26
+
27
+ ### Tutorial
28
+
29
+ https://www.verygoodsecurity.com/docs/tokenization/ruby-tutorial
30
+
31
+ ### Support
32
+
33
+ support@verygoodsecurity.com
@@ -31,7 +31,7 @@ module VgsApiClient
31
31
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
32
32
  def initialize(config = Configuration.default)
33
33
  @config = config
34
- @user_agent = "vgs-api-client/0.0.1.alpha202204221503/ruby"
34
+ @user_agent = "vgs-api-client/0.0.1.alpha202204222258/ruby"
35
35
  @default_headers = {
36
36
  'Content-Type' => 'application/json',
37
37
  'User-Agent' => @user_agent
File without changes
File without changes
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module VgsApiClient
14
- VERSION = '0.0.1.alpha202204221503'
14
+ VERSION = '0.0.1.alpha202204222258'
15
15
  end
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #Vault HTTP API
3
+
4
+ #The VGS Vault HTTP API is used for storing, retrieving, and managing sensitive data (aka Tokenization) within a VGS Vault. The VGS API is organized around REST. Our API is built with a predictable resource-oriented structure, uses JSON-encoded requests and responses, follows standard HTTP verbs/responses, and uses industry standard authentication. ## What is VGS Storing sensitive data on your company’s infrastructure often comes with a heavy compliance burden. For instance, storing payments data yourself greatly increases the amount of work needed to become PCI compliant. It also increases your security risk in general. To combat this, companies will minimize the amount of sensitive information they have to handle or store. VGS provides multiple methods for minimizing the sensitive information that needs to be stored which allows customers to secure any type of data for any use-case. **Tokenization** is a method that focuses on securing the storage of data. This is the quickest way to get started and is free. [Get started with Tokenization](https://www.verygoodsecurity.com/docs/tokenization/getting-started). **Zero Data** is a unique method invented by VGS in 2016 that securely stores data like Tokenization, however it also removes the customer’s environment from PCI scope completely providing maximum security, and minimum compliance scope. [Get started with Zero Data](https://www.verygoodsecurity.com/docs/getting-started/before-you-start). Additionally, for scenarios where neither technology is a complete solution, for instance with legacy systems, VGS provides a compliance product which guarantees customers are able to meet their compliance needs no matter what may happen. [Get started with Control](https://www.verygoodsecurity.com/docs/control). ## Learn about Tokenization - [Create an Account for Free Tokenization](https://dashboard.verygoodsecurity.com/tokenization) - [Try a Tokenization Demo](https://www.verygoodsecurity.com/docs/tokenization/getting-started) - [Install a Tokenization SDK](https://www.verygoodsecurity.com/docs/tokenization/client-libraries) ### Authentication This API uses `Basic` authentication. Credentials to access the API can be generated on the [dashboard](https://dashboard.verygoodsecurity.com) by going to the Settings section of the vault of your choosing. [Docs » Guides » Access credentials](https://www.verygoodsecurity.com/docs/settings/access-credentials) ## Resource Limits ### Data Limits This API allows storing data up to 32MB in size. ### Rate Limiting The API allows up to 3,000 requests per minute. Requests are associated with the vault, regardless of the access credentials used to authenticate the request. Your current rate limit is included as HTTP headers in every API response: | Header Name | Description | |-------------------------|----------------------------------------------------------| | `x-ratelimit-remaining` | The number of requests remaining in the 1-minute window. | If you exceed the rate limit, the API will reject the request with HTTP [429 Too Many Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429). ### Errors The API uses standard HTTP status codes to indicate whether the request succeeded or not. In case of failure, the response body will be JSON in a predefined format. For example, trying to create too many aliases at once results in the following response: ```json { \"errors\": [ { \"status\": 400, \"title\": \"Bad request\", \"detail\": \"Too many values (limit: 20)\", \"href\": \"https://api.sandbox.verygoodvault.com/aliases\" } ] } ```
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: support@verygoodsecurity.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ # Common files
14
+ require 'openapi_client/api_client'
15
+ require 'openapi_client/api_error'
16
+ require 'openapi_client/version'
17
+ require 'openapi_client/configuration'
18
+
19
+ # Models
20
+ require 'openapi_client/models/alias_format'
21
+ require 'openapi_client/models/api_error'
22
+ require 'openapi_client/models/create_aliases_request'
23
+ require 'openapi_client/models/create_aliases_request_new'
24
+ require 'openapi_client/models/create_aliases_request_reference'
25
+ require 'openapi_client/models/inline_response200'
26
+ require 'openapi_client/models/inline_response2001'
27
+ require 'openapi_client/models/inline_response201'
28
+ require 'openapi_client/models/inline_response_default'
29
+ require 'openapi_client/models/model_alias'
30
+ require 'openapi_client/models/revealed_data'
31
+ require 'openapi_client/models/update_alias_request'
32
+ require 'openapi_client/models/update_alias_request_data'
33
+
34
+ # APIs
35
+ require 'openapi_client/api/aliases_api'
36
+
37
+ module VgsApiClient
38
+ class << self
39
+ # Customize default settings for the SDK using block.
40
+ # VgsApiClient.configure do |config|
41
+ # config.username = "xxx"
42
+ # config.password = "xxx"
43
+ # end
44
+ # If no block given, return the default Configuration object.
45
+ def configure
46
+ if block_given?
47
+ yield(Configuration.default)
48
+ else
49
+ Configuration.default
50
+ end
51
+ end
52
+ end
53
+ end
data/lib/version.rb ADDED
@@ -0,0 +1,3 @@
1
+ module VGS
2
+ VERSION = '0.0.1.alpha202204222258'
3
+ end
@@ -1,53 +1,84 @@
1
- =begin
2
- #Vault HTTP API
3
-
4
- #The VGS Vault HTTP API is used for storing, retrieving, and managing sensitive data (aka Tokenization) within a VGS Vault. The VGS API is organized around REST. Our API is built with a predictable resource-oriented structure, uses JSON-encoded requests and responses, follows standard HTTP verbs/responses, and uses industry standard authentication. ## What is VGS Storing sensitive data on your company’s infrastructure often comes with a heavy compliance burden. For instance, storing payments data yourself greatly increases the amount of work needed to become PCI compliant. It also increases your security risk in general. To combat this, companies will minimize the amount of sensitive information they have to handle or store. VGS provides multiple methods for minimizing the sensitive information that needs to be stored which allows customers to secure any type of data for any use-case. **Tokenization** is a method that focuses on securing the storage of data. This is the quickest way to get started and is free. [Get started with Tokenization](https://www.verygoodsecurity.com/docs/tokenization/getting-started). **Zero Data** is a unique method invented by VGS in 2016 that securely stores data like Tokenization, however it also removes the customer’s environment from PCI scope completely providing maximum security, and minimum compliance scope. [Get started with Zero Data](https://www.verygoodsecurity.com/docs/getting-started/before-you-start). Additionally, for scenarios where neither technology is a complete solution, for instance with legacy systems, VGS provides a compliance product which guarantees customers are able to meet their compliance needs no matter what may happen. [Get started with Control](https://www.verygoodsecurity.com/docs/control). ## Learn about Tokenization - [Create an Account for Free Tokenization](https://dashboard.verygoodsecurity.com/tokenization) - [Try a Tokenization Demo](https://www.verygoodsecurity.com/docs/tokenization/getting-started) - [Install a Tokenization SDK](https://www.verygoodsecurity.com/docs/tokenization/client-libraries) ### Authentication This API uses `Basic` authentication. Credentials to access the API can be generated on the [dashboard](https://dashboard.verygoodsecurity.com) by going to the Settings section of the vault of your choosing. [Docs » Guides » Access credentials](https://www.verygoodsecurity.com/docs/settings/access-credentials) ## Resource Limits ### Data Limits This API allows storing data up to 32MB in size. ### Rate Limiting The API allows up to 3,000 requests per minute. Requests are associated with the vault, regardless of the access credentials used to authenticate the request. Your current rate limit is included as HTTP headers in every API response: | Header Name | Description | |-------------------------|----------------------------------------------------------| | `x-ratelimit-remaining` | The number of requests remaining in the 1-minute window. | If you exceed the rate limit, the API will reject the request with HTTP [429 Too Many Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429). ### Errors The API uses standard HTTP status codes to indicate whether the request succeeded or not. In case of failure, the response body will be JSON in a predefined format. For example, trying to create too many aliases at once results in the following response: ```json { \"errors\": [ { \"status\": 400, \"title\": \"Bad request\", \"detail\": \"Too many values (limit: 20)\", \"href\": \"https://api.sandbox.verygoodvault.com/aliases\" } ] } ```
5
-
6
- The version of the OpenAPI document: 1.0.0
7
- Contact: support@verygoodsecurity.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
10
-
11
- =end
12
-
13
- # Common files
14
- require 'vgs_api_client/api_client'
15
- require 'vgs_api_client/api_error'
16
- require 'vgs_api_client/version'
17
- require 'vgs_api_client/configuration'
18
-
19
- # Models
20
- require 'vgs_api_client/models/alias_format'
21
- require 'vgs_api_client/models/api_error'
22
- require 'vgs_api_client/models/create_aliases_request'
23
- require 'vgs_api_client/models/create_aliases_request_new'
24
- require 'vgs_api_client/models/create_aliases_request_reference'
25
- require 'vgs_api_client/models/inline_response200'
26
- require 'vgs_api_client/models/inline_response2001'
27
- require 'vgs_api_client/models/inline_response201'
28
- require 'vgs_api_client/models/inline_response_default'
29
- require 'vgs_api_client/models/model_alias'
30
- require 'vgs_api_client/models/revealed_data'
31
- require 'vgs_api_client/models/update_alias_request'
32
- require 'vgs_api_client/models/update_alias_request_data'
33
-
34
- # APIs
35
- require 'vgs_api_client/api/aliases_api'
36
-
37
- module VgsApiClient
38
- class << self
39
- # Customize default settings for the SDK using block.
40
- # VgsApiClient.configure do |config|
41
- # config.username = "xxx"
42
- # config.password = "xxx"
43
- # end
44
- # If no block given, return the default Configuration object.
45
- def configure
46
- if block_given?
47
- yield(Configuration.default)
1
+ require 'openapi_client'
2
+
3
+ module VGS
4
+ class VgsApiException < StandardError
5
+ end
6
+
7
+ class Aliases
8
+ def initialize(config)
9
+ @aliases_api = VgsApiClient::AliasesApi.new(VgsApiClient::ApiClient.new(config))
10
+ end
11
+
12
+ def redact(data)
13
+ begin
14
+ requests = data.map do |item|
15
+ VgsApiClient::CreateAliasesRequestNew.new(attributes = {
16
+ :format => VgsApiClient::AliasFormat.build_from_hash(item[:format]),
17
+ :classifiers => item[:classifiers],
18
+ :value => item[:value],
19
+ :storage => item[:storage]
20
+ })
21
+ end
22
+
23
+ create_aliases_request = VgsApiClient::CreateAliasesRequest.new(attributes = {
24
+ :data => requests
25
+ })
26
+ response = @aliases_api.create_aliases(opts = {
27
+ :create_aliases_request => create_aliases_request.to_hash
28
+ })
29
+
30
+ rescue
31
+ raise VgsApiException, "Failed to redact data #{ data }"
32
+ else
33
+ response.data
34
+ end
35
+
36
+ end
37
+
38
+ def reveal(aliases)
39
+ begin
40
+ query = aliases.kind_of?(Array) ? aliases.join(",") : aliases
41
+ response = @aliases_api.reveal_multiple_aliases(q = query)
42
+ rescue
43
+ raise VgsApiException, "Failed to reveal aliases #{ aliases }"
48
44
  else
49
- Configuration.default
45
+ response.data
46
+ end
47
+ end
48
+
49
+ def delete(_alias)
50
+ begin
51
+ @aliases_api.delete_alias(_alias = _alias)
52
+ rescue
53
+ raise VgsApiException, "Failed to delete alias #{ _alias }"
54
+ end
55
+ end
56
+
57
+ def update(_alias, data)
58
+ begin
59
+ update_alias_request = VgsApiClient::UpdateAliasRequest.new(attributes = {
60
+ :data => VgsApiClient::UpdateAliasRequestData.new(attributes = {
61
+ :classifiers => data[:classifiers]
62
+ })
63
+ })
64
+ @aliases_api.update_alias(_alias = _alias, opts = {
65
+ :update_alias_request => update_alias_request.to_hash
66
+ })
67
+ rescue
68
+ raise VgsApiException, "Failed to update alias #{ _alias }"
50
69
  end
51
70
  end
52
71
  end
53
- end
72
+
73
+ def self.config(username, password, host = 'https://api.sandbox.verygoodvault.com')
74
+ raise ArgumentError, 'username is nil' if username.nil?
75
+ raise ArgumentError, 'password is nil' if password.nil?
76
+
77
+ config = VgsApiClient::Configuration.default
78
+ config.username = username
79
+ config.password = password
80
+ config.host = host
81
+ config
82
+ end
83
+
84
+ end
@@ -3,7 +3,7 @@
3
3
  LIB_VERSION=${LIB_VERSION:-0.0.1.alpha$(date "+%Y%m%d%H%M")}
4
4
 
5
5
  # fix version
6
- grep -rl 0.0.1.alpha202204221503 . | xargs sed -i "s/0.0.1.alpha202204221503/${LIB_VERSION}/g"
6
+ grep -rl 0.0.1.alpha202204222258 . | xargs sed -i "s/0.0.1.alpha202204222258/${LIB_VERSION}/g"
7
7
 
8
8
  # build
9
9
  gem build vgs_api_client.gemspec
data/scripts/test/run.sh CHANGED
@@ -5,9 +5,9 @@ set -e
5
5
  echo "Installing lib from local sources"
6
6
  # fix version
7
7
  VERSION=0.0.1.alpha$(date "+%Y%m%d%H%M")
8
- grep -rl 0.0.1.alpha202204221503 . | xargs sed -i "s/0.0.1.alpha202204221503/$VERSION/g"
8
+ grep -rl 0.0.1.alpha202204222258 . | xargs sed -i "s/0.0.1.alpha202204222258/$VERSION/g"
9
9
 
10
10
  bundle install
11
11
 
12
12
  echo "Running tests"
13
- bundle exec rspec ./spec/*.rb
13
+ bundle exec rspec -f documentation ./spec/*.rb
@@ -4,19 +4,11 @@ RUN apk update && \
4
4
  apk add bash && \
5
5
  apk add build-base && \
6
6
  apk add libcurl && \
7
- gem install bundler && \
8
- gem install rspec-support
9
-
10
- RUN mkdir -p /vgs-api-client/ && \
11
- mkdir -p /vgs-api-client/tmp
7
+ gem install rspec
12
8
 
13
9
  ADD ./scripts/test-e2e /vgs-api-client/scripts
14
10
  ADD ./spec /vgs-api-client/spec
15
11
 
16
- # Temporarily copying gem files to tmp/ dir
17
- ADD ./vgs_api_client.gemspec /vgs-api-client/tmp/vgs_api_client.gemspec
18
- ADD ./Gemfile /vgs-api-client/tmp/Gemfile
19
-
20
12
  WORKDIR /vgs-api-client/
21
13
 
22
14
  ENTRYPOINT ["bash", "./scripts/run.sh"]
@@ -9,7 +9,6 @@ ATTEMPT=1
9
9
  while [ $ATTEMPT -lt 10 ]; do
10
10
  echo "Attempt ${ATTEMPT} ..."
11
11
 
12
- bundle install --without production --binstubs
13
12
  gem install vgs_api_client -v ${LIB_VERSION}
14
13
 
15
14
  if [[ $? == 0 ]]; then
@@ -24,7 +23,6 @@ done
24
23
  set -e
25
24
 
26
25
  echo "Running tests"
27
- mv /vgs-api-client/tmp/Gemfile /vgs-api-client/
28
- mv /vgs-api-client/tmp/vgs_api_client.gemspec /vgs-api-client/
29
- bundle install --without production --binstubs
30
- bundle exec rspec ./spec/*.rb
26
+ gem install rspec
27
+ rspec -f documentation ./spec/*.rb
28
+
data/spec/spec_helper.rb CHANGED
@@ -11,7 +11,7 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  # load the gem
14
- require 'vgs_api_client'
14
+ require 'openapi_client'
15
15
 
16
16
  # The following was generated by the `rspec --init` command. Conventionally, all
17
17
  # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
@@ -1,29 +1,27 @@
1
1
  require 'spec_helper'
2
2
  require 'securerandom'
3
- require 'vgs'
3
+ require 'vgs_api_client'
4
4
 
5
5
  describe 'AliasesApiSpec' do
6
6
  before(:all) do
7
- config = VGS.config(username = ENV["VAULT_API_USERNAME"], password = ENV["VAULT_API_PASSWORD"])
8
- @aliases_api = VGS::Aliases.new(config)
7
+ config = VGS.config(username = ENV['VAULT_API_USERNAME'], password = ENV['VAULT_API_PASSWORD'])
8
+ @aliases_api = VGS::Aliases.new config
9
9
  end
10
10
 
11
11
  describe 'redact' do
12
12
  it 'should redact values' do
13
- data = [
14
- {
15
- :format => 'UUID',
16
- :value => '5201784564572092',
17
- :classifiers => %w[credit-card number],
18
- :storage => 'PERSISTENT',
19
- },
20
- {
21
- :format => 'UUID',
22
- :value => 'Joe Doe',
23
- :storage => 'VOLATILE',
24
- }
25
- ]
26
- aliases = @aliases_api.redact(data)
13
+ data = [{
14
+ format: 'UUID',
15
+ value: '5201784564572092',
16
+ classifiers: %w[credit-card number],
17
+ storage: 'PERSISTENT'
18
+ },
19
+ {
20
+ format: 'UUID',
21
+ value: 'Joe Doe',
22
+ storage: 'VOLATILE'
23
+ }]
24
+ aliases = @aliases_api.redact data
27
25
  expect(aliases.length).to eq 2
28
26
  data.each_with_index do |item, index|
29
27
  expect(aliases[index].value).to eq item[:value]
@@ -37,22 +35,20 @@ describe 'AliasesApiSpec' do
37
35
 
38
36
  describe 'reveal' do
39
37
  it 'should reveal aliases' do
40
- data = [
41
- {
42
- :format => 'UUID',
43
- :value => '5201784564572092',
44
- :classifiers => %w[credit-card number],
45
- :storage => 'PERSISTENT',
46
- },
47
- {
48
- :format => 'UUID',
49
- :value => 'Joe Doe',
50
- :storage => 'VOLATILE',
51
- }
52
- ]
38
+ data = [{
39
+ format: 'UUID',
40
+ value: '5201784564572092',
41
+ classifiers: %w[credit-card number],
42
+ storage: 'PERSISTENT'
43
+ },
44
+ {
45
+ format: 'UUID',
46
+ value: 'Joe Doe',
47
+ storage: 'VOLATILE'
48
+ }]
53
49
  aliases = @aliases_api.redact(data).map { |item| item.aliases[0]._alias }
54
50
 
55
- response = @aliases_api.reveal(aliases)
51
+ response = @aliases_api.reveal aliases
56
52
 
57
53
  expect(response.length).to eq 2
58
54
  original_values = data.map { |i| i[:value] }
@@ -63,15 +59,13 @@ describe 'AliasesApiSpec' do
63
59
 
64
60
  describe 'update' do
65
61
  it 'should update alias' do
66
- data = [
67
- {
68
- :format => 'UUID',
69
- :value => SecureRandom.alphanumeric(10),
70
- }
71
- ]
62
+ data = [{
63
+ format: 'UUID',
64
+ value: SecureRandom.alphanumeric(10)
65
+ }]
72
66
  _alias = @aliases_api.redact(data).map { |item| item.aliases[0]._alias }[0]
73
67
 
74
- @aliases_api.update(_alias = _alias, data = { :classifiers => ["secure"] })
68
+ @aliases_api.update _alias, classifiers: %w[secure]
75
69
 
76
70
  response = @aliases_api.reveal(_alias)
77
71
  expect(response[_alias].classifiers).to eq %w[secure]
@@ -80,15 +74,13 @@ describe 'AliasesApiSpec' do
80
74
 
81
75
  describe 'delete' do
82
76
  it 'should delete alias' do
83
- data = [
84
- {
85
- :format => 'UUID',
86
- :value => '5201784564572092',
87
- }
88
- ]
77
+ data = [{
78
+ format: 'UUID',
79
+ value: '5201784564572092'
80
+ }]
89
81
  _alias = @aliases_api.redact(data).map { |item| item.aliases[0]._alias }[0]
90
82
 
91
- @aliases_api.delete(_alias = _alias)
83
+ @aliases_api.delete _alias
92
84
 
93
85
  expect { @aliases_api.reveal(_alias) }.to raise_error(VGS::VgsApiException)
94
86
  end
@@ -1,31 +1,25 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
- =begin
4
- #Vault HTTP API
5
-
6
- #The VGS Vault HTTP API is used for storing, retrieving, and managing sensitive data (aka Tokenization) within a VGS Vault. The VGS API is organized around REST. Our API is built with a predictable resource-oriented structure, uses JSON-encoded requests and responses, follows standard HTTP verbs/responses, and uses industry standard authentication. ## What is VGS Storing sensitive data on your company’s infrastructure often comes with a heavy compliance burden. For instance, storing payments data yourself greatly increases the amount of work needed to become PCI compliant. It also increases your security risk in general. To combat this, companies will minimize the amount of sensitive information they have to handle or store. VGS provides multiple methods for minimizing the sensitive information that needs to be stored which allows customers to secure any type of data for any use-case. **Tokenization** is a method that focuses on securing the storage of data. This is the quickest way to get started and is free. [Get started with Tokenization](https://www.verygoodsecurity.com/docs/tokenization/getting-started). **Zero Data** is a unique method invented by VGS in 2016 that securely stores data like Tokenization, however it also removes the customer’s environment from PCI scope completely providing maximum security, and minimum compliance scope. [Get started with Zero Data](https://www.verygoodsecurity.com/docs/getting-started/before-you-start). Additionally, for scenarios where neither technology is a complete solution, for instance with legacy systems, VGS provides a compliance product which guarantees customers are able to meet their compliance needs no matter what may happen. [Get started with Control](https://www.verygoodsecurity.com/docs/control). ## Learn about Tokenization - [Create an Account for Free Tokenization](https://dashboard.verygoodsecurity.com/tokenization) - [Try a Tokenization Demo](https://www.verygoodsecurity.com/docs/tokenization/getting-started) - [Install a Tokenization SDK](https://www.verygoodsecurity.com/docs/tokenization/client-libraries) ### Authentication This API uses `Basic` authentication. Credentials to access the API can be generated on the [dashboard](https://dashboard.verygoodsecurity.com) by going to the Settings section of the vault of your choosing. [Docs » Guides » Access credentials](https://www.verygoodsecurity.com/docs/settings/access-credentials) ## Resource Limits ### Data Limits This API allows storing data up to 32MB in size. ### Rate Limiting The API allows up to 3,000 requests per minute. Requests are associated with the vault, regardless of the access credentials used to authenticate the request. Your current rate limit is included as HTTP headers in every API response: | Header Name | Description | |-------------------------|----------------------------------------------------------| | `x-ratelimit-remaining` | The number of requests remaining in the 1-minute window. | If you exceed the rate limit, the API will reject the request with HTTP [429 Too Many Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429). ### Errors The API uses standard HTTP status codes to indicate whether the request succeeded or not. In case of failure, the response body will be JSON in a predefined format. For example, trying to create too many aliases at once results in the following response: ```json { \"errors\": [ { \"status\": 400, \"title\": \"Bad request\", \"detail\": \"Too many values (limit: 20)\", \"href\": \"https://api.sandbox.verygoodvault.com/aliases\" } ] } ```
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Contact: support@verygoodsecurity.com
10
- Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 5.4.0
12
-
13
- =end
14
-
15
- $:.push File.expand_path("../lib", __FILE__)
16
- require "vgs_api_client/version"
3
+ require_relative "lib/version"
17
4
 
18
5
  Gem::Specification.new do |s|
19
6
  s.name = "vgs_api_client"
20
- s.version = VgsApiClient::VERSION
7
+ s.version = VGS::VERSION
21
8
  s.platform = Gem::Platform::RUBY
22
9
  s.authors = ["Very Good Security"]
23
- s.email = ["dev@verygoodsecurity.com"]
24
- s.homepage = "https://openapi-generator.tech"
25
- s.summary = "A ruby wrapper for the VGS Vault API"
10
+ s.email = ["support@verygoodsecurity.com"]
11
+ s.homepage = "https://github.com/verygoodsecurity/vgs-api-client-ruby"
12
+ s.summary = "VGS API Client"
26
13
  s.description = "This gem maps to VGS Vault API"
27
- s.license = "Unlicense"
28
- s.required_ruby_version = ">= 2.4"
14
+ s.license = "BSD-3-Clause"
15
+ s.required_ruby_version = ">= 2.6"
16
+
17
+ s.metadata = {
18
+ "homepage_uri" => "https://www.verygoodsecurity.com",
19
+ "bug_tracker_uri" => "https://github.com/verygoodsecurity/vgs-api-client-ruby/issues",
20
+ "documentation_uri" => "https://www.verygoodsecurity.com/docs",
21
+ "source_code_uri" => "https://github.com/verygoodsecurity/vgs-api-client-ruby"
22
+ }
29
23
 
30
24
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vgs_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha202204221503
4
+ version: 0.0.1.alpha202204222258
5
5
  platform: ruby
6
6
  authors:
7
7
  - Very Good Security
@@ -52,7 +52,7 @@ dependencies:
52
52
  version: 3.6.0
53
53
  description: This gem maps to VGS Vault API
54
54
  email:
55
- - dev@verygoodsecurity.com
55
+ - support@verygoodsecurity.com
56
56
  executables: []
57
57
  extensions: []
58
58
  extra_rdoc_files: []
@@ -60,29 +60,31 @@ files:
60
60
  - DEVELOPMENT.md
61
61
  - Gemfile
62
62
  - LICENSE
63
+ - README.md
63
64
  - RELEASE.md
64
65
  - Rakefile
65
66
  - docker-compose.yaml
66
- - lib/vgs.rb
67
+ - lib/openapi_client.rb
68
+ - lib/openapi_client/api/aliases_api.rb
69
+ - lib/openapi_client/api_client.rb
70
+ - lib/openapi_client/api_error.rb
71
+ - lib/openapi_client/configuration.rb
72
+ - lib/openapi_client/models/alias_format.rb
73
+ - lib/openapi_client/models/api_error.rb
74
+ - lib/openapi_client/models/create_aliases_request.rb
75
+ - lib/openapi_client/models/create_aliases_request_new.rb
76
+ - lib/openapi_client/models/create_aliases_request_reference.rb
77
+ - lib/openapi_client/models/inline_response200.rb
78
+ - lib/openapi_client/models/inline_response2001.rb
79
+ - lib/openapi_client/models/inline_response201.rb
80
+ - lib/openapi_client/models/inline_response_default.rb
81
+ - lib/openapi_client/models/model_alias.rb
82
+ - lib/openapi_client/models/revealed_data.rb
83
+ - lib/openapi_client/models/update_alias_request.rb
84
+ - lib/openapi_client/models/update_alias_request_data.rb
85
+ - lib/openapi_client/version.rb
86
+ - lib/version.rb
67
87
  - lib/vgs_api_client.rb
68
- - lib/vgs_api_client/api/aliases_api.rb
69
- - lib/vgs_api_client/api_client.rb
70
- - lib/vgs_api_client/api_error.rb
71
- - lib/vgs_api_client/configuration.rb
72
- - lib/vgs_api_client/models/alias_format.rb
73
- - lib/vgs_api_client/models/api_error.rb
74
- - lib/vgs_api_client/models/create_aliases_request.rb
75
- - lib/vgs_api_client/models/create_aliases_request_new.rb
76
- - lib/vgs_api_client/models/create_aliases_request_reference.rb
77
- - lib/vgs_api_client/models/inline_response200.rb
78
- - lib/vgs_api_client/models/inline_response2001.rb
79
- - lib/vgs_api_client/models/inline_response201.rb
80
- - lib/vgs_api_client/models/inline_response_default.rb
81
- - lib/vgs_api_client/models/model_alias.rb
82
- - lib/vgs_api_client/models/revealed_data.rb
83
- - lib/vgs_api_client/models/update_alias_request.rb
84
- - lib/vgs_api_client/models/update_alias_request_data.rb
85
- - lib/vgs_api_client/version.rb
86
88
  - scripts/assemble/Dockerfile
87
89
  - scripts/assemble/run.sh
88
90
  - scripts/publish.sh
@@ -99,10 +101,14 @@ files:
99
101
  - spec/spec_helper.rb
100
102
  - spec/test_aliases_api_spec.rb
101
103
  - vgs_api_client.gemspec
102
- homepage: https://openapi-generator.tech
104
+ homepage: https://github.com/verygoodsecurity/vgs-api-client-ruby
103
105
  licenses:
104
- - Unlicense
105
- metadata: {}
106
+ - BSD-3-Clause
107
+ metadata:
108
+ homepage_uri: https://www.verygoodsecurity.com
109
+ bug_tracker_uri: https://github.com/verygoodsecurity/vgs-api-client-ruby/issues
110
+ documentation_uri: https://www.verygoodsecurity.com/docs
111
+ source_code_uri: https://github.com/verygoodsecurity/vgs-api-client-ruby
106
112
  post_install_message:
107
113
  rdoc_options: []
108
114
  require_paths:
@@ -111,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
117
  requirements:
112
118
  - - ">="
113
119
  - !ruby/object:Gem::Version
114
- version: '2.4'
120
+ version: '2.6'
115
121
  required_rubygems_version: !ruby/object:Gem::Requirement
116
122
  requirements:
117
123
  - - ">"
@@ -121,7 +127,7 @@ requirements: []
121
127
  rubygems_version: 3.3.7
122
128
  signing_key:
123
129
  specification_version: 4
124
- summary: A ruby wrapper for the VGS Vault API
130
+ summary: VGS API Client
125
131
  test_files:
126
132
  - spec/api_client_spec.rb
127
133
  - spec/configuration_spec.rb
data/lib/vgs.rb DELETED
@@ -1,82 +0,0 @@
1
- module VGS
2
- class VgsApiException < StandardError
3
- end
4
-
5
- class Aliases
6
- def initialize(config)
7
- @aliases_api = VgsApiClient::AliasesApi.new(VgsApiClient::ApiClient.new(config))
8
- end
9
-
10
- def redact(data)
11
- begin
12
- requests = data.map do |item|
13
- VgsApiClient::CreateAliasesRequestNew.new(attributes = {
14
- :format => VgsApiClient::AliasFormat.build_from_hash(item[:format]),
15
- :classifiers => item[:classifiers],
16
- :value => item[:value],
17
- :storage => item[:storage]
18
- })
19
- end
20
-
21
- create_aliases_request = VgsApiClient::CreateAliasesRequest.new(attributes = {
22
- :data => requests
23
- })
24
- response = @aliases_api.create_aliases(opts = {
25
- :create_aliases_request => create_aliases_request.to_hash
26
- })
27
-
28
- rescue
29
- raise VgsApiException, "Failed to redact data #{ data }"
30
- else
31
- response.data
32
- end
33
-
34
- end
35
-
36
- def reveal(aliases)
37
- begin
38
- query = aliases.kind_of?(Array) ? aliases.join(",") : aliases
39
- response = @aliases_api.reveal_multiple_aliases(q = query)
40
- rescue
41
- raise VgsApiException, "Failed to reveal aliases #{ aliases }"
42
- else
43
- response.data
44
- end
45
- end
46
-
47
- def delete(_alias)
48
- begin
49
- @aliases_api.delete_alias(_alias = _alias)
50
- rescue
51
- raise VgsApiException, "Failed to delete alias #{ _alias }"
52
- end
53
- end
54
-
55
- def update(_alias, data)
56
- begin
57
- update_alias_request = VgsApiClient::UpdateAliasRequest.new(attributes = {
58
- :data => VgsApiClient::UpdateAliasRequestData.new(attributes = {
59
- :classifiers => data[:classifiers]
60
- })
61
- })
62
- @aliases_api.update_alias(_alias = _alias, opts = {
63
- :update_alias_request => update_alias_request.to_hash
64
- })
65
- rescue
66
- raise VgsApiException, "Failed to update alias #{ _alias }"
67
- end
68
- end
69
- end
70
-
71
- def self.config(username, password, host = 'https://api.sandbox.verygoodvault.com')
72
- raise ArgumentError, 'username is nil' if username.nil?
73
- raise ArgumentError, 'password is nil' if password.nil?
74
-
75
- config = VgsApiClient::Configuration.default
76
- config.username = username
77
- config.password = password
78
- config.host = host
79
- config
80
- end
81
-
82
- end
@@ -1,249 +0,0 @@
1
- =begin
2
- #Vault HTTP API
3
-
4
- #The VGS Vault HTTP API is used for storing, retrieving, and managing sensitive data (aka Tokenization) within a VGS Vault. The VGS API is organized around REST. Our API is built with a predictable resource-oriented structure, uses JSON-encoded requests and responses, follows standard HTTP verbs/responses, and uses industry standard authentication. ## What is VGS Storing sensitive data on your company’s infrastructure often comes with a heavy compliance burden. For instance, storing payments data yourself greatly increases the amount of work needed to become PCI compliant. It also increases your security risk in general. To combat this, companies will minimize the amount of sensitive information they have to handle or store. VGS provides multiple methods for minimizing the sensitive information that needs to be stored which allows customers to secure any type of data for any use-case. **Tokenization** is a method that focuses on securing the storage of data. This is the quickest way to get started and is free. [Get started with Tokenization](https://www.verygoodsecurity.com/docs/tokenization/getting-started). **Zero Data** is a unique method invented by VGS in 2016 that securely stores data like Tokenization, however it also removes the customer’s environment from PCI scope completely providing maximum security, and minimum compliance scope. [Get started with Zero Data](https://www.verygoodsecurity.com/docs/getting-started/before-you-start). Additionally, for scenarios where neither technology is a complete solution, for instance with legacy systems, VGS provides a compliance product which guarantees customers are able to meet their compliance needs no matter what may happen. [Get started with Control](https://www.verygoodsecurity.com/docs/control). ## Learn about Tokenization - [Create an Account for Free Tokenization](https://dashboard.verygoodsecurity.com/tokenization) - [Try a Tokenization Demo](https://www.verygoodsecurity.com/docs/tokenization/getting-started) - [Install a Tokenization SDK](https://www.verygoodsecurity.com/docs/tokenization/client-libraries) ### Authentication This API uses `Basic` authentication. Credentials to access the API can be generated on the [dashboard](https://dashboard.verygoodsecurity.com) by going to the Settings section of the vault of your choosing. [Docs » Guides » Access credentials](https://www.verygoodsecurity.com/docs/settings/access-credentials) ## Resource Limits ### Data Limits This API allows storing data up to 32MB in size. ### Rate Limiting The API allows up to 3,000 requests per minute. Requests are associated with the vault, regardless of the access credentials used to authenticate the request. Your current rate limit is included as HTTP headers in every API response: | Header Name | Description | |-------------------------|----------------------------------------------------------| | `x-ratelimit-remaining` | The number of requests remaining in the 1-minute window. | If you exceed the rate limit, the API will reject the request with HTTP [429 Too Many Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429). ### Errors The API uses standard HTTP status codes to indicate whether the request succeeded or not. In case of failure, the response body will be JSON in a predefined format. For example, trying to create too many aliases at once results in the following response: ```json { \"errors\": [ { \"status\": 400, \"title\": \"Bad request\", \"detail\": \"Too many values (limit: 20)\", \"href\": \"https://api.sandbox.verygoodvault.com/aliases\" } ] } ```
5
-
6
- The version of the OpenAPI document: 1.0.0
7
- Contact: support@verygoodsecurity.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
10
-
11
- =end
12
-
13
- require 'date'
14
- require 'time'
15
-
16
- module VgsApiClient
17
- class ApiError
18
- # Explanation of what exactly went wrong.
19
- attr_accessor :detail
20
-
21
- # Request URL.
22
- attr_accessor :href
23
-
24
- # HTTP status code.
25
- attr_accessor :status
26
-
27
- # High-level reason of why the request failed.
28
- attr_accessor :title
29
-
30
- # Attribute mapping from ruby-style variable name to JSON key.
31
- def self.attribute_map
32
- {
33
- :'detail' => :'detail',
34
- :'href' => :'href',
35
- :'status' => :'status',
36
- :'title' => :'title'
37
- }
38
- end
39
-
40
- # Returns all the JSON keys this model knows about
41
- def self.acceptable_attributes
42
- attribute_map.values
43
- end
44
-
45
- # Attribute type mapping.
46
- def self.openapi_types
47
- {
48
- :'detail' => :'String',
49
- :'href' => :'String',
50
- :'status' => :'Integer',
51
- :'title' => :'String'
52
- }
53
- end
54
-
55
- # List of attributes with nullable: true
56
- def self.openapi_nullable
57
- Set.new([
58
- ])
59
- end
60
-
61
- # Initializes the object
62
- # @param [Hash] attributes Model attributes in the form of hash
63
- def initialize(attributes = {})
64
- if (!attributes.is_a?(Hash))
65
- fail ArgumentError, "The input argument (attributes) must be a hash in `VgsApiClient::ApiError` initialize method"
66
- end
67
-
68
- # check to see if the attribute exists and convert string to symbol for hash key
69
- attributes = attributes.each_with_object({}) { |(k, v), h|
70
- if (!self.class.attribute_map.key?(k.to_sym))
71
- fail ArgumentError, "`#{k}` is not a valid attribute in `VgsApiClient::ApiError`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
72
- end
73
- h[k.to_sym] = v
74
- }
75
-
76
- if attributes.key?(:'detail')
77
- self.detail = attributes[:'detail']
78
- end
79
-
80
- if attributes.key?(:'href')
81
- self.href = attributes[:'href']
82
- end
83
-
84
- if attributes.key?(:'status')
85
- self.status = attributes[:'status']
86
- end
87
-
88
- if attributes.key?(:'title')
89
- self.title = attributes[:'title']
90
- end
91
- end
92
-
93
- # Show invalid properties with the reasons. Usually used together with valid?
94
- # @return Array for valid properties with the reasons
95
- def list_invalid_properties
96
- invalid_properties = Array.new
97
- invalid_properties
98
- end
99
-
100
- # Check to see if the all the properties in the model are valid
101
- # @return true if the model is valid
102
- def valid?
103
- true
104
- end
105
-
106
- # Checks equality by comparing each attribute.
107
- # @param [Object] Object to be compared
108
- def ==(o)
109
- return true if self.equal?(o)
110
- self.class == o.class &&
111
- detail == o.detail &&
112
- href == o.href &&
113
- status == o.status &&
114
- title == o.title
115
- end
116
-
117
- # @see the `==` method
118
- # @param [Object] Object to be compared
119
- def eql?(o)
120
- self == o
121
- end
122
-
123
- # Calculates hash code according to all attributes.
124
- # @return [Integer] Hash code
125
- def hash
126
- [detail, href, status, title].hash
127
- end
128
-
129
- # Builds the object from hash
130
- # @param [Hash] attributes Model attributes in the form of hash
131
- # @return [Object] Returns the model itself
132
- def self.build_from_hash(attributes)
133
- new.build_from_hash(attributes)
134
- end
135
-
136
- # Builds the object from hash
137
- # @param [Hash] attributes Model attributes in the form of hash
138
- # @return [Object] Returns the model itself
139
- def build_from_hash(attributes)
140
- return nil unless attributes.is_a?(Hash)
141
- self.class.openapi_types.each_pair do |key, type|
142
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
143
- self.send("#{key}=", nil)
144
- elsif type =~ /\AArray<(.*)>/i
145
- # check to ensure the input is an array given that the attribute
146
- # is documented as an array but the input is not
147
- if attributes[self.class.attribute_map[key]].is_a?(Array)
148
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
149
- end
150
- elsif !attributes[self.class.attribute_map[key]].nil?
151
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
152
- end
153
- end
154
-
155
- self
156
- end
157
-
158
- # Deserializes the data based on type
159
- # @param string type Data type
160
- # @param string value Value to be deserialized
161
- # @return [Object] Deserialized data
162
- def _deserialize(type, value)
163
- case type.to_sym
164
- when :Time
165
- Time.parse(value)
166
- when :Date
167
- Date.parse(value)
168
- when :String
169
- value.to_s
170
- when :Integer
171
- value.to_i
172
- when :Float
173
- value.to_f
174
- when :Boolean
175
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
176
- true
177
- else
178
- false
179
- end
180
- when :Object
181
- # generic object (usually a Hash), return directly
182
- value
183
- when /\AArray<(?<inner_type>.+)>\z/
184
- inner_type = Regexp.last_match[:inner_type]
185
- value.map { |v| _deserialize(inner_type, v) }
186
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
187
- k_type = Regexp.last_match[:k_type]
188
- v_type = Regexp.last_match[:v_type]
189
- {}.tap do |hash|
190
- value.each do |k, v|
191
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
192
- end
193
- end
194
- else # model
195
- # models (e.g. Pet) or oneOf
196
- klass = VgsApiClient.const_get(type)
197
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
198
- end
199
- end
200
-
201
- # Returns the string representation of the object
202
- # @return [String] String presentation of the object
203
- def to_s
204
- to_hash.to_s
205
- end
206
-
207
- # to_body is an alias to to_hash (backward compatibility)
208
- # @return [Hash] Returns the object in the form of hash
209
- def to_body
210
- to_hash
211
- end
212
-
213
- # Returns the object in the form of hash
214
- # @return [Hash] Returns the object in the form of hash
215
- def to_hash
216
- hash = {}
217
- self.class.attribute_map.each_pair do |attr, param|
218
- value = self.send(attr)
219
- if value.nil?
220
- is_nullable = self.class.openapi_nullable.include?(attr)
221
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
222
- end
223
-
224
- hash[param] = _to_hash(value)
225
- end
226
- hash
227
- end
228
-
229
- # Outputs non-array value in the form of hash
230
- # For object, use to_hash. Otherwise, just return the value
231
- # @param [Object] value Any valid value
232
- # @return [Hash] Returns the value in the form of hash
233
- def _to_hash(value)
234
- if value.is_a?(Array)
235
- value.compact.map { |v| _to_hash(v) }
236
- elsif value.is_a?(Hash)
237
- {}.tap do |hash|
238
- value.each { |k, v| hash[k] = _to_hash(v) }
239
- end
240
- elsif value.respond_to? :to_hash
241
- value.to_hash
242
- else
243
- value
244
- end
245
- end
246
-
247
- end
248
-
249
- end