ing_rb 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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a48c2c1be5a4030d8834f93451eca0311feca1a4
4
+ data.tar.gz: 2b6d37d6635fdd2dec7a2b052286f620f0dcf15f
5
+ SHA512:
6
+ metadata.gz: e7e36e178ab2989ab9c10a95b57d8b9f860874aed7325f6c0f5d346478b80f09fc672758e13f75941a3ca195ff2074e880f0b740807124a9759d7ee146925b61
7
+ data.tar.gz: 30fd68643f5c0e7bf6b99683661e642009cf29caeac56ffa696600697877766d9452e69923556000792d68a98f986116501a8b74fdba86ee0996f0b440fb5055
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
@@ -0,0 +1,14 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.2.9
5
+ - 2.3.6
6
+ - 2.4.3
7
+ - ruby-head
8
+ before_install: gem install bundler -v 1.13.6
9
+ matrix:
10
+ fast_finish: true
11
+ exclude:
12
+ - rvm: 2.0
13
+ allow_failures:
14
+ - rvm: ruby-head
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at dunyakirkali@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in ing_rb.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Dunya Kirkali
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,43 @@
1
+ # IngRb
2
+
3
+ [![Build Status](https://travis-ci.com/ahtung/ing.rb.svg?branch=master)](https://travis-ci.com/ahtung/ing.rb)
4
+ [![Gem Version](https://badge.fury.io/rb/ing_rb.svg)](https://badge.fury.io/rb/ing_rb)
5
+ [![Maintainability](https://api.codeclimate.com/v1/badges/cb577be133e132be396a/maintainability)](https://codeclimate.com/github/ahtung/ing.rb/maintainability)
6
+ [![Coverage Status](https://coveralls.io/repos/github/ahtung/ing.rb/badge.svg?branch=master)](https://coveralls.io/github/ahtung/ing.rb?branch=master)
7
+
8
+ - [Documentation](https://developer.ing.com/)
9
+
10
+ ## Installation
11
+
12
+ Add this line to your application's Gemfile:
13
+
14
+ ```ruby
15
+ gem 'ing_rb'
16
+ ```
17
+
18
+ And then execute:
19
+
20
+ $ bundle
21
+
22
+ Or install it yourself as:
23
+
24
+ $ gem install ing_rb
25
+
26
+ ## Usage
27
+
28
+ TODO
29
+
30
+ ## Development
31
+
32
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
33
+
34
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ahtung/ing_rb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+
41
+ ## License
42
+
43
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "ing_rb"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,44 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'ing_rb/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "ing_rb"
8
+ spec.version = IngRb::VERSION
9
+ spec.authors = ["Dunya Kirkali", "Onur Kucukkece"]
10
+ spec.email = ["dunyakirkali@gmail.com", "onurkucukkece@gmail.com"]
11
+
12
+ spec.summary = %q{ING API Client}
13
+ spec.description = %q{ING API Client}
14
+ spec.homepage = "https://github.com/ahtung/bunq.rb"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
+ f.match(%r{^(test|spec|features)/})
28
+ end
29
+ spec.bindir = "exe"
30
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_development_dependency "bundler", "~> 1.13"
34
+ spec.add_development_dependency "rake", "~> 10.0"
35
+ spec.add_development_dependency "rspec", "~> 3.0"
36
+ spec.add_development_dependency "coveralls"
37
+ spec.add_development_dependency "webmock"
38
+
39
+ spec.add_dependency "activesupport"
40
+ spec.add_dependency "faraday"
41
+ spec.add_dependency "faraday_middleware"
42
+ spec.add_dependency "money"
43
+ spec.add_dependency "addressable"
44
+ end
@@ -0,0 +1,18 @@
1
+ require "addressable"
2
+
3
+ require_relative "ing_rb/logger"
4
+ require_relative "ing_rb/version"
5
+ require_relative "ing_rb/configuration"
6
+ require_relative "ing_rb/shared"
7
+ require_relative "ing_rb/client"
8
+
9
+ module IngRb
10
+ class << self
11
+ attr_accessor :configuration
12
+ end
13
+
14
+ def self.configure
15
+ self.configuration ||= Configuration.new
16
+ yield(configuration)
17
+ end
18
+ end
@@ -0,0 +1,31 @@
1
+ require "securerandom"
2
+ require "faraday"
3
+ require "faraday_middleware"
4
+
5
+ Dir[File.dirname(__FILE__) + "/objects/**/*.rb"].each { |f| require f }
6
+
7
+ module IngRb
8
+ # Client
9
+ class Client
10
+ def self.connection
11
+ @connection ||= Faraday.new(url: IngRb.configuration.url) do |config|
12
+ config.request :json
13
+ config.request :multipart
14
+ config.adapter Faraday.default_adapter
15
+ end
16
+ end
17
+
18
+ def self.send_method(method, url, payload = {})
19
+ IngRb.logger.debug "#{method.upcase} #{url}"
20
+ faraday_response = connection.send(method, url, payload)
21
+ json_response = JSON.parse(faraday_response.body)
22
+ raise json_response["Error"].first["error_description"] if json_response.key?("Error")
23
+ json_response["Response"]
24
+ end
25
+
26
+ def self.raw_send_method(method, url, payload = {})
27
+ IngRb.logger.debug "#{method.upcase} #{url}"
28
+ connection.send(method, url, payload)
29
+ end
30
+ end
31
+ end
@@ -0,0 +1,11 @@
1
+ module IngRb
2
+ # Configuration
3
+ class Configuration
4
+ attr_accessor :url, :page_size
5
+
6
+ def initialize
7
+ @url = ""
8
+ @page_size = 10
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,9 @@
1
+ module IngRb
2
+ def self.logger
3
+ @@logger ||= defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
4
+ end
5
+
6
+ def self.logger=(logger)
7
+ @@logger = logger
8
+ end
9
+ end
@@ -0,0 +1,29 @@
1
+ module IngRb
2
+ # Account
3
+ class Account
4
+ include IngRb::Shared
5
+
6
+ implements :list
7
+
8
+ attr_reader :id, :iban, :name, :currency
9
+
10
+ def initialize(hsh = {})
11
+ @id = hsh["id"]
12
+ @iban = hsh["iban"]
13
+ @name = hsh["name"]
14
+ @currency = hsh["currency"]
15
+ end
16
+
17
+ def self.url
18
+ "/v1/accounts"
19
+ end
20
+
21
+ def self.container
22
+ "account-list"
23
+ end
24
+
25
+ def transactions
26
+ IngRb::Transaction.all(@id)
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,32 @@
1
+ module IngRb
2
+ # Transaction
3
+ class Transaction
4
+ include IngRb::Shared
5
+
6
+ implements :list
7
+
8
+ attr_reader :transactionId, :endToEndId
9
+
10
+ def initialize(hsh = {})
11
+ @transactionId = hsh["transactionId"]
12
+ @endToEndId = hsh["endToEndId"]
13
+ end
14
+
15
+ def self.url(account_id)
16
+ "/v1/accounts/#{account_id}/transactions"
17
+ end
18
+
19
+ def self.all(account_id)
20
+ Enumerator.new do |yielder|
21
+ older_url = url(account_id)
22
+ loop do
23
+ results = Client.raw_send_method(:get, older_url)
24
+ json = JSON.parse(results.body)
25
+ json["transactions"]["booked"].map { |item| yielder << new(item) }
26
+ raise StopIteration if json["_links"].nil?
27
+ older_url = json["_links"]["next"]
28
+ end
29
+ end.lazy
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,60 @@
1
+ require "active_support/all"
2
+
3
+ module IngRb
4
+ # Shared
5
+ module Shared
6
+ extend ActiveSupport::Concern
7
+
8
+ module ClassMethods
9
+ def implements(*calls)
10
+ calls.each do |call|
11
+ case call
12
+ when :get
13
+ implements_get
14
+ when :list
15
+ implements_list
16
+ when :delete
17
+ implements_delete
18
+ else
19
+ puts "ERROR for: #{call}"
20
+ end
21
+ end
22
+ end
23
+
24
+ private
25
+
26
+ def implements_delete
27
+ define_singleton_method(:delete) do |*args|
28
+ id = args.pop
29
+ full_uri = [url(*args), id].join("/")
30
+ response = Client.send_method(:delete, full_uri)
31
+ []
32
+ end
33
+ end
34
+
35
+ def implements_get
36
+ define_singleton_method(:find) do |*args|
37
+ id = args.pop
38
+ full_uri = [url(*args), id].join("/")
39
+ response = Client.send_method(:get, full_uri)
40
+ new(response[0].values.first)
41
+ end
42
+ end
43
+
44
+ def implements_list
45
+ define_singleton_method(:all) do |*args|
46
+ Enumerator.new do |yielder|
47
+ older_url = url(*args)
48
+ loop do
49
+ results = Client.raw_send_method(:get, older_url)
50
+ json = JSON.parse(results.body)
51
+ json[container].map { |item| yielder << new(item) }
52
+ raise StopIteration if json["_links"].nil?
53
+ older_url = json["_links"]["next"]
54
+ end
55
+ end.lazy
56
+ end
57
+ end
58
+ end
59
+ end
60
+ end
@@ -0,0 +1,3 @@
1
+ module IngRb
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,206 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ing_rb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Dunya Kirkali
8
+ - Onur Kucukkece
9
+ autorequire:
10
+ bindir: exe
11
+ cert_chain: []
12
+ date: 2018-05-27 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: bundler
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '1.13'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '1.13'
28
+ - !ruby/object:Gem::Dependency
29
+ name: rake
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: '10.0'
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: '10.0'
42
+ - !ruby/object:Gem::Dependency
43
+ name: rspec
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: '3.0'
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: '3.0'
56
+ - !ruby/object:Gem::Dependency
57
+ name: coveralls
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ - !ruby/object:Gem::Dependency
71
+ name: webmock
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ type: :development
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ - !ruby/object:Gem::Dependency
85
+ name: activesupport
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ type: :runtime
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ - !ruby/object:Gem::Dependency
99
+ name: faraday
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
105
+ type: :runtime
106
+ prerelease: false
107
+ version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ version: '0'
112
+ - !ruby/object:Gem::Dependency
113
+ name: faraday_middleware
114
+ requirement: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
119
+ type: :runtime
120
+ prerelease: false
121
+ version_requirements: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - ">="
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ - !ruby/object:Gem::Dependency
127
+ name: money
128
+ requirement: !ruby/object:Gem::Requirement
129
+ requirements:
130
+ - - ">="
131
+ - !ruby/object:Gem::Version
132
+ version: '0'
133
+ type: :runtime
134
+ prerelease: false
135
+ version_requirements: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - ">="
138
+ - !ruby/object:Gem::Version
139
+ version: '0'
140
+ - !ruby/object:Gem::Dependency
141
+ name: addressable
142
+ requirement: !ruby/object:Gem::Requirement
143
+ requirements:
144
+ - - ">="
145
+ - !ruby/object:Gem::Version
146
+ version: '0'
147
+ type: :runtime
148
+ prerelease: false
149
+ version_requirements: !ruby/object:Gem::Requirement
150
+ requirements:
151
+ - - ">="
152
+ - !ruby/object:Gem::Version
153
+ version: '0'
154
+ description: ING API Client
155
+ email:
156
+ - dunyakirkali@gmail.com
157
+ - onurkucukkece@gmail.com
158
+ executables: []
159
+ extensions: []
160
+ extra_rdoc_files: []
161
+ files:
162
+ - ".gitignore"
163
+ - ".rspec"
164
+ - ".travis.yml"
165
+ - CODE_OF_CONDUCT.md
166
+ - Gemfile
167
+ - LICENSE.txt
168
+ - README.md
169
+ - Rakefile
170
+ - bin/console
171
+ - bin/setup
172
+ - ing_rb.gemspec
173
+ - lib/ing_rb.rb
174
+ - lib/ing_rb/client.rb
175
+ - lib/ing_rb/configuration.rb
176
+ - lib/ing_rb/logger.rb
177
+ - lib/ing_rb/objects/account.rb
178
+ - lib/ing_rb/objects/transaction.rb
179
+ - lib/ing_rb/shared.rb
180
+ - lib/ing_rb/version.rb
181
+ homepage: https://github.com/ahtung/bunq.rb
182
+ licenses:
183
+ - MIT
184
+ metadata:
185
+ allowed_push_host: https://rubygems.org
186
+ post_install_message:
187
+ rdoc_options: []
188
+ require_paths:
189
+ - lib
190
+ required_ruby_version: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - ">="
193
+ - !ruby/object:Gem::Version
194
+ version: '0'
195
+ required_rubygems_version: !ruby/object:Gem::Requirement
196
+ requirements:
197
+ - - ">="
198
+ - !ruby/object:Gem::Version
199
+ version: '0'
200
+ requirements: []
201
+ rubyforge_project:
202
+ rubygems_version: 2.6.14
203
+ signing_key:
204
+ specification_version: 4
205
+ summary: ING API Client
206
+ test_files: []