megam_api 1.5.rc5 → 1.5.rc7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -2
  3. data/LICENSE +21 -202
  4. data/README.md +3 -20
  5. data/lib/megam/api.rb +154 -169
  6. data/lib/megam/api/accounts.rb +0 -15
  7. data/lib/megam/api/assemblies.rb +0 -15
  8. data/lib/megam/api/assembly.rb +0 -15
  9. data/lib/megam/api/balances.rb +0 -15
  10. data/lib/megam/api/billedhistories.rb +0 -15
  11. data/lib/megam/api/billingtransactions.rb +0 -15
  12. data/lib/megam/api/components.rb +0 -15
  13. data/lib/megam/api/domains.rb +0 -15
  14. data/lib/megam/api/errors.rb +0 -15
  15. data/lib/megam/api/eventsbilling.rb +0 -15
  16. data/lib/megam/api/eventscontainer.rb +0 -15
  17. data/lib/megam/api/eventsstorage.rb +0 -15
  18. data/lib/megam/api/eventsvm.rb +0 -15
  19. data/lib/megam/api/marketplaces.rb +0 -15
  20. data/lib/megam/api/organizations.rb +0 -15
  21. data/lib/megam/api/promos.rb +0 -15
  22. data/lib/megam/api/requests.rb +0 -15
  23. data/lib/megam/api/sensors.rb +0 -15
  24. data/lib/megam/api/snapshots.rb +0 -15
  25. data/lib/megam/api/sshkeys.rb +0 -15
  26. data/lib/megam/api/version.rb +1 -16
  27. data/lib/megam/core/account.rb +241 -60
  28. data/lib/megam/core/assemblies.rb +0 -16
  29. data/lib/megam/core/assemblies_collection.rb +101 -116
  30. data/lib/megam/core/assembly.rb +201 -218
  31. data/lib/megam/core/assembly_collection.rb +101 -116
  32. data/lib/megam/core/balances.rb +182 -197
  33. data/lib/megam/core/balances_collection.rb +101 -116
  34. data/lib/megam/core/billedhistories.rb +186 -201
  35. data/lib/megam/core/billedhistories_collection.rb +101 -116
  36. data/lib/megam/core/billingtransactions.rb +0 -15
  37. data/lib/megam/core/billingtransactions_collection.rb +0 -15
  38. data/lib/megam/core/components.rb +300 -316
  39. data/lib/megam/core/components_collection.rb +0 -15
  40. data/lib/megam/core/domain_collection.rb +1 -16
  41. data/lib/megam/core/domains.rb +115 -131
  42. data/lib/megam/core/error.rb +55 -70
  43. data/lib/megam/core/eventsbilling.rb +0 -16
  44. data/lib/megam/core/eventsbilling_collection.rb +101 -116
  45. data/lib/megam/core/eventscontainer.rb +0 -16
  46. data/lib/megam/core/eventscontainer_collection.rb +101 -116
  47. data/lib/megam/core/eventsstorage.rb +0 -16
  48. data/lib/megam/core/eventsstorage_collection.rb +0 -15
  49. data/lib/megam/core/eventsvm.rb +0 -16
  50. data/lib/megam/core/eventsvm_collection.rb +101 -116
  51. data/lib/megam/core/json_compat.rb +0 -12
  52. data/lib/megam/core/konipai.rb +0 -15
  53. data/lib/megam/core/log.rb +0 -15
  54. data/lib/megam/core/marketplace.rb +224 -241
  55. data/lib/megam/core/marketplace_collection.rb +0 -15
  56. data/lib/megam/core/organizations.rb +0 -16
  57. data/lib/megam/core/organizations_collection.rb +0 -15
  58. data/lib/megam/core/promos.rb +0 -15
  59. data/lib/megam/core/request.rb +0 -15
  60. data/lib/megam/core/request_collection.rb +0 -15
  61. data/lib/megam/core/rest_adapter.rb +0 -15
  62. data/lib/megam/core/sensors.rb +138 -154
  63. data/lib/megam/core/sensors_collection.rb +0 -15
  64. data/lib/megam/core/snapshots.rb +0 -16
  65. data/lib/megam/core/snapshots_collection.rb +0 -15
  66. data/lib/megam/core/sshkey.rb +169 -184
  67. data/lib/megam/core/sshkey_collection.rb +0 -15
  68. data/lib/megam/core/stuff.rb +17 -32
  69. data/lib/megam/core/text.rb +82 -97
  70. data/lib/megam/mixins/assemblies.rb +10 -25
  71. data/lib/megam/mixins/assembly.rb +33 -49
  72. data/lib/megam/mixins/common_deployable.rb +64 -79
  73. data/lib/megam/mixins/components.rb +160 -175
  74. data/lib/megam/mixins/megam_attributes.rb +22 -37
  75. data/lib/megam/mixins/outputs.rb +14 -29
  76. data/lib/megam/mixins/policies.rb +21 -36
  77. data/lib/megam_api.rb +0 -15
  78. data/test/mixins/test_assemblies.rb +1 -2
  79. data/test/test_accounts.rb +84 -29
  80. data/test/test_billingtranscations.rb +17 -21
  81. data/test/test_eventscontainer.rb +19 -23
  82. data/test/test_eventsstorage.rb +8 -10
  83. data/test/test_eventsvm.rb +19 -23
  84. data/test/test_helper.rb +30 -30
  85. data/test/test_snapshots.rb +16 -22
  86. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36a30bf1bc0e9b03c744277196d0c829c485fe70
4
- data.tar.gz: 89423a737d762feb9f0d4886fb35a434bf0d176d
3
+ metadata.gz: 9846ceccd22bdecd8689f54914778e9ad4fede10
4
+ data.tar.gz: 7199923ac196285d1ed0b228b973c1e5e64a1315
5
5
  SHA512:
6
- metadata.gz: d712cb98100ba4f57f711908eb64bf85fa371548aa2401e3bd64f9aaee102401a911f60bf678422d032fe37e39c320dfc6f6972068c431e8ba4404eb01e7758f
7
- data.tar.gz: bbbe92e3d16efd02a14ae51e3f0e361068a164f0a10aae75c9e60ce16c2979e8aec18ce4a4b2c611bc13bef901ff264a26409e52fb14d3c6e5c4da3e2f9a1a9e
6
+ metadata.gz: f3b971c02cfdb47a71307618b8b98646eb89021ecb8f3da28f49af3d55acc4ff77918b58bf4eeb42d0577a538e8622793b818cf9b68dc51b42d7b59873f0f2c8
7
+ data.tar.gz: 309d8bdc0d58a9c44abf81888238040d47d262cfae31096cb68eccaa53a0490a77ff31060a896f7b3fa8fcfcfc70f91fae4c34d118a9a43f0c81e7d18bb0c2f6
data/.travis.yml CHANGED
@@ -3,9 +3,9 @@ language: ruby
3
3
  notifications:
4
4
  email:
5
5
  recipients:
6
- - ranjithar@megam.io
6
+ - info@megam.io
7
7
 
8
8
  rvm:
9
- - 2.3.0
9
+ - 2.3.1
10
10
 
11
11
  script: bundle exec rake
data/LICENSE CHANGED
@@ -1,202 +1,21 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "{}"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright {yyyy} {name of copyright owner}
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.
202
-
1
+ The MIT License
2
+
3
+ Copyright (c) 2013-2016 Megam Systems. https://www.megam.io
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.
data/README.md CHANGED
@@ -19,28 +19,11 @@ gem install megam_api
19
19
 
20
20
  For more implementation details [see nilavu](http://github.com/megamsys/nilavu.git)
21
21
 
22
- We are glad to help if you have questions, or request for new features..
23
-
24
- [twitter @megamsys](http://twitter.com/megamsys) [email support@megam.io](<support@megam.io>)
25
-
26
-
27
22
 
28
23
  # License
29
24
 
30
- | | |
31
- |:---------------------|:-----------------------------------------|
32
- | **Author:** | Refer [https://rubygems.org/gems/megam_api](https://rubygems.org/gems/megam_api)
33
- | **Copyright:** | Copyright (c) 2013-2016 Megam Systems.
34
- | **License:** | Apache License, Version 2.0
35
-
36
- Licensed under the Apache License, Version 2.0 (the "License");
37
- you may not use this file except in compliance with the License.
38
- You may obtain a copy of the License at
25
+ MIT
39
26
 
40
- http://www.apache.org/licenses/LICENSE-2.0
27
+ # Author
41
28
 
42
- Unless required by applicable law or agreed to in writing, software
43
- distributed under the License is distributed on an "AS IS" BASIS,
44
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45
- See the License for the specific language governing permissions and
46
- limitations under the License.
29
+ Refer [https://rubygems.org/gems/megam_api](https://rubygems.org/gems/megam_api)
data/lib/megam/api.rb CHANGED
@@ -1,18 +1,3 @@
1
- # Copyright:: Copyright (c) 2013-2016 Megam Systems
2
- # License:: Apache License, Version 2.0
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
- #
16
1
  require 'base64'
17
2
  require 'time'
18
3
  require 'excon'
@@ -98,184 +83,184 @@ require 'megam/core/billingtransactions'
98
83
  require 'megam/core/promos'
99
84
 
100
85
  module Megam
101
- class API
86
+ class API
102
87
 
103
- # text is used to print stuff in the terminal (message, log, info, warn etc.)
104
- attr_accessor :text
88
+ # text is used to print stuff in the terminal (message, log, info, warn etc.)
89
+ attr_accessor :text
105
90
 
106
- API_VERSION2 = '/v2'.freeze
91
+ API_VERSION2 = '/v2'.freeze
107
92
 
108
- X_Megam_DATE = 'X-Megam-DATE'.freeze
109
- X_Megam_HMAC = 'X-Megam-HMAC'.freeze
110
- X_Megam_OTTAI = 'X-Megam-OTTAI'.freeze
111
- X_Megam_ORG = 'X-Megam-ORG'.freeze
112
- X_Megam_PUTTUSAVI = 'X-Megam-PUTTUSAVI'.freeze
93
+ X_Megam_DATE = 'X-Megam-DATE'.freeze
94
+ X_Megam_HMAC = 'X-Megam-HMAC'.freeze
95
+ X_Megam_OTTAI = 'X-Megam-OTTAI'.freeze
96
+ X_Megam_ORG = 'X-Megam-ORG'.freeze
97
+ X_Megam_PUTTUSAVI = 'X-Megam-PUTTUSAVI'.freeze
113
98
 
114
- HEADERS = {
115
- 'Accept' => 'application/json',
116
- 'Accept-Encoding' => 'gzip',
117
- 'User-Agent' => "megam-api/#{Megam::API::VERSION}",
118
- 'X-Ruby-Version' => RUBY_VERSION,
119
- 'X-Ruby-Platform' => RUBY_PLATFORM
120
- }
99
+ HEADERS = {
100
+ 'Accept' => 'application/json',
101
+ 'Accept-Encoding' => 'gzip',
102
+ 'User-Agent' => "megam-api/#{Megam::API::VERSION}",
103
+ 'X-Ruby-Version' => RUBY_VERSION,
104
+ 'X-Ruby-Platform' => RUBY_PLATFORM
105
+ }
121
106
 
122
- OPTIONS = {
123
- headers: {},
124
- host: '127.0.0.1',
125
- nonblock: false,
126
- scheme: 'http'
127
- }
107
+ OPTIONS = {
108
+ headers: {},
109
+ host: '127.0.0.1',
110
+ nonblock: false,
111
+ scheme: 'http'
112
+ }
128
113
 
129
- def text
130
- @text ||= Megam::Text.new(STDOUT, STDERR, STDIN, {})
131
- end
114
+ def text
115
+ @text ||= Megam::Text.new(STDOUT, STDERR, STDIN, {})
116
+ end
132
117
 
133
- attr_reader :last_response
118
+ attr_reader :last_response
134
119
 
135
- # It is assumed that every API call will use an API_KEY/email. This ensures validity of the person
136
- # really the same guy on who he claims.
137
- # 3 levels of options exits
138
- # 1. The global OPTIONS as available inside the API (OPTIONS)
139
- # 2. The options as passed via the instantiation of API will override global options. The ones that are passed are :email and :api_key and will
140
- # be merged into a class variable @options
141
- # 3. Upon merge of the options, the api_key, email as available in the @options is deleted.
142
- def initialize(options = {})
143
- @options = OPTIONS.merge(options)
144
- @api_key = @options.delete(:api_key) || ENV['MEGAM_API_KEY']
145
- @email = @options.delete(:email)
146
- @password = @options.delete(:password)
147
- @org_id = @options.delete(:org_id)
148
- unless !@options.delete(:reset_flag)
149
- fail Megam::API::Errors::AuthKeysMissing if (@email.nil? && @api_key.nil?) || (@email.nil? && @password.nil?)
150
- end
151
- end
120
+ # It is assumed that every API call will use an API_KEY/email. This ensures validity of the person
121
+ # really the same guy on who he claims.
122
+ # 3 levels of options exits
123
+ # 1. The global OPTIONS as available inside the API (OPTIONS)
124
+ # 2. The options as passed via the instantiation of API will override global options. The ones that are passed are :email and :api_key and will
125
+ # be merged into a class variable @options
126
+ # 3. Upon merge of the options, the api_key, email as available in the @options is deleted.
127
+ def initialize(options = {})
128
+ @options = OPTIONS.merge(options)
129
+ @api_key = @options.delete(:api_key) || ENV['MEGAM_API_KEY']
130
+ @email = @options.delete(:email)
131
+ @password = @options.delete(:password)
132
+ @org_id = @options.delete(:org_id)
133
+ unless !@options.delete(:reset_flag)
134
+ fail Megam::API::Errors::AuthKeysMissing if (@email.nil? && @api_key.nil?) || (@email.nil? && @password.nil?)
135
+ end
136
+ end
152
137
 
153
- def request(params, &block)
138
+ def request(params, &block)
154
139
 
155
- just_color_debug("#{@options[:path]}")
156
- start = Time.now
157
- Megam::Log.debug('START')
158
- params.each do |pkey, pvalue|
159
- Megam::Log.debug("> #{pkey}: #{pvalue}")
160
- end
140
+ just_color_debug("#{@options[:path]}")
141
+ start = Time.now
142
+ Megam::Log.debug('START')
143
+ params.each do |pkey, pvalue|
144
+ Megam::Log.debug("> #{pkey}: #{pvalue}")
145
+ end
161
146
 
162
- begin
163
- response = connection.request(params, &block)
164
- rescue Excon::Errors::HTTPStatusError => error
165
- klass = case error.response.status
147
+ begin
148
+ response = connection.request(params, &block)
149
+ rescue Excon::Errors::HTTPStatusError => error
150
+ klass = case error.response.status
166
151
 
167
- when 401 then Megam::API::Errors::Unauthorized
168
- when 403 then Megam::API::Errors::Forbidden
169
- when 404 then Megam::API::Errors::NotFound
170
- when 408 then Megam::API::Errors::Timeout
171
- when 422 then Megam::API::Errors::RequestFailed
172
- when 423 then Megam::API::Errors::Locked
173
- when /50./ then Megam::API::Errors::RequestFailed
174
- else Megam::API::Errors::ErrorWithResponse
175
- end
176
- reerror = klass.new(error.message, error.response)
177
- reerror.set_backtrace(error.backtrace)
178
- Megam::Log.debug("#{reerror.response.body}")
179
- reerror.response.body = Megam::JSONCompat.from_json(reerror.response.body.chomp)
180
- Megam::Log.debug('RESPONSE ERR: Ruby Object')
181
- Megam::Log.debug("#{reerror.response.body}")
182
- raise(reerror)
183
- end
152
+ when 401 then Megam::API::Errors::Unauthorized
153
+ when 403 then Megam::API::Errors::Forbidden
154
+ when 404 then Megam::API::Errors::NotFound
155
+ when 408 then Megam::API::Errors::Timeout
156
+ when 422 then Megam::API::Errors::RequestFailed
157
+ when 423 then Megam::API::Errors::Locked
158
+ when /50./ then Megam::API::Errors::RequestFailed
159
+ else Megam::API::Errors::ErrorWithResponse
160
+ end
161
+ reerror = klass.new(error.message, error.response)
162
+ reerror.set_backtrace(error.backtrace)
163
+ Megam::Log.debug("#{reerror.response.body}")
164
+ reerror.response.body = Megam::JSONCompat.from_json(reerror.response.body.chomp)
165
+ Megam::Log.debug('RESPONSE ERR: Ruby Object')
166
+ Megam::Log.debug("#{reerror.response.body}")
167
+ raise(reerror)
168
+ end
184
169
 
185
- @last_response = response
186
- Megam::Log.debug('RESPONSE: HTTP Status and Header Data')
187
- Megam::Log.debug("> HTTP #{response.remote_ip} #{response.status}")
170
+ @last_response = response
171
+ Megam::Log.debug('RESPONSE: HTTP Status and Header Data')
172
+ Megam::Log.debug("> HTTP #{response.remote_ip} #{response.status}")
188
173
 
189
- response.headers.each do |header, value|
190
- Megam::Log.debug("> #{header}: #{value}")
191
- end
192
- Megam::Log.debug('End HTTP Status/Header Data.')
174
+ response.headers.each do |header, value|
175
+ Megam::Log.debug("> #{header}: #{value}")
176
+ end
177
+ Megam::Log.debug('End HTTP Status/Header Data.')
193
178
 
194
- if response.body && !response.body.empty?
195
- if response.headers['Content-Encoding'] == 'gzip'
196
- Megam::Log.debug('RESPONSE: Content-Encoding is gzip')
197
- response.body = Zlib::GzipReader.new(StringIO.new(response.body)).read
198
- end
199
- Megam::Log.debug('RESPONSE: HTTP Body(JSON)')
200
- Megam::Log.debug("#{response.body}")
179
+ if response.body && !response.body.empty?
180
+ if response.headers['Content-Encoding'] == 'gzip'
181
+ Megam::Log.debug('RESPONSE: Content-Encoding is gzip')
182
+ response.body = Zlib::GzipReader.new(StringIO.new(response.body)).read
183
+ end
184
+ Megam::Log.debug('RESPONSE: HTTP Body(JSON)')
185
+ Megam::Log.debug("#{response.body}")
201
186
 
202
- begin
203
- unless response.headers[X_Megam_OTTAI]
204
- response.body = Megam::JSONCompat.from_json(response.body.chomp)
205
- Megam::Log.debug('RESPONSE: Ruby Object')
206
- else
207
- response.body = Megam::KoniPai.new.koni(response.body.chomp)
208
- Megam::Log.debug('RESPONSE: KoniPai Object ')
209
- end
210
- Megam::Log.debug("#{response.body}")
211
- rescue Exception => jsonerr
212
- Megam::Log.error(jsonerr)
213
- raise(jsonerr)
187
+ begin
188
+ unless response.headers[X_Megam_OTTAI]
189
+ response.body = Megam::JSONCompat.from_json(response.body.chomp)
190
+ Megam::Log.debug('RESPONSE: Ruby Object')
191
+ else
192
+ response.body = Megam::KoniPai.new.koni(response.body.chomp)
193
+ Megam::Log.debug('RESPONSE: KoniPai Object ')
194
+ end
195
+ Megam::Log.debug("#{response.body}")
196
+ rescue Exception => jsonerr
197
+ Megam::Log.error(jsonerr)
198
+ raise(jsonerr)
199
+ end
200
+ end
201
+ Megam::Log.debug("END(#{(Time.now - start)}s)")
202
+ # reset (non-persistent) connection
203
+ @connection.reset
204
+ response
214
205
  end
215
- end
216
- Megam::Log.debug("END(#{(Time.now - start)}s)")
217
- # reset (non-persistent) connection
218
- @connection.reset
219
- response
220
- end
221
206
 
222
- private
207
+ private
223
208
 
224
- def just_color_debug(path)
225
- text.msg "--> #{text.color("(#{path})", :cyan, :bold)}" # Why " inside "
226
- end
209
+ def just_color_debug(path)
210
+ text.msg "--> #{text.color("(#{path})", :cyan, :bold)}" # Why " inside "
211
+ end
227
212
 
228
- # Make a lazy connection.
229
- def connection
230
- @options[:path] = API_VERSION2 + @options[:path]
231
- encoded_api_header = encode_header(@options)
232
- @options[:headers] = HEADERS.merge(X_Megam_HMAC => encoded_api_header[:hmac],
233
- X_Megam_DATE => encoded_api_header[:date], X_Megam_ORG => "#{@org_id}").merge(@options[:headers])
234
- if (@api_key == "" || @api_key.nil?)
235
- @options[:headers] = @options[:headers].merge(X_Megam_PUTTUSAVI => "true") unless (@password == "" || @password.nil?)
236
- end
213
+ # Make a lazy connection.
214
+ def connection
215
+ @options[:path] = API_VERSION2 + @options[:path]
216
+ encoded_api_header = encode_header(@options)
217
+ @options[:headers] = HEADERS.merge(X_Megam_HMAC => encoded_api_header[:hmac],
218
+ X_Megam_DATE => encoded_api_header[:date], X_Megam_ORG => "#{@org_id}").merge(@options[:headers])
219
+ if (@api_key == "" || @api_key.nil?)
220
+ @options[:headers] = @options[:headers].merge(X_Megam_PUTTUSAVI => "true") unless (@password == "" || @password.nil?)
221
+ end
237
222
 
238
- Megam::Log.debug('HTTP Request Data:')
239
- Megam::Log.debug("> HTTP #{@options[:scheme]}://#{@options[:host]}")
240
- @options.each do |key, value|
241
- Megam::Log.debug("> #{key}: #{value}")
242
- end
243
- Megam::Log.debug('End HTTP Request Data.')
244
- if @options[:scheme] == 'https'
245
- @connection = Excon.new("#{@options[:scheme]}://#{@options[:host]}", @options)
246
- else
247
- Excon.defaults[:ssl_verify_peer] = false
248
- @connection = Excon.new("#{@options[:scheme]}://#{@options[:host]}:9000", @options)
249
- end
250
- @connection
251
- end
223
+ Megam::Log.debug('HTTP Request Data:')
224
+ Megam::Log.debug("> HTTP #{@options[:scheme]}://#{@options[:host]}")
225
+ @options.each do |key, value|
226
+ Megam::Log.debug("> #{key}: #{value}")
227
+ end
228
+ Megam::Log.debug('End HTTP Request Data.')
229
+ if @options[:scheme] == 'https'
230
+ @connection = Excon.new("#{@options[:scheme]}://#{@options[:host]}", @options)
231
+ else
232
+ Excon.defaults[:ssl_verify_peer] = false
233
+ @connection = Excon.new("#{@options[:scheme]}://#{@options[:host]}:9000", @options)
234
+ end
235
+ @connection
236
+ end
252
237
 
253
- ## encode header as per rules.
254
- # The input hash will have
255
- # :api_key, :email, :body, :path
256
- # The output will have
257
- # :hmac
258
- # :date
259
- def encode_header(cmd_parms)
260
- header_params = {}
261
- body_digest = OpenSSL::Digest::MD5.digest(cmd_parms[:body])
262
- body_base64 = Base64.encode64(body_digest)
238
+ ## encode header as per rules.
239
+ # The input hash will have
240
+ # :api_key, :email, :body, :path
241
+ # The output will have
242
+ # :hmac
243
+ # :date
244
+ def encode_header(cmd_parms)
245
+ header_params = {}
246
+ body_digest = OpenSSL::Digest::MD5.digest(cmd_parms[:body])
247
+ body_base64 = Base64.encode64(body_digest)
263
248
 
264
- current_date = Time.now.strftime('%Y-%m-%d %H:%M')
249
+ current_date = Time.now.strftime('%Y-%m-%d %H:%M')
265
250
 
266
- data = "#{current_date}" + "\n" + "#{cmd_parms[:path]}" + "\n" + "#{body_base64}"
251
+ data = "#{current_date}" + "\n" + "#{cmd_parms[:path]}" + "\n" + "#{body_base64}"
267
252
 
268
- digest = OpenSSL::Digest.new('sha1')
269
- movingFactor = data.rstrip!
270
- if !(@password.nil?) && @api_key.nil?
271
- hash = OpenSSL::HMAC.hexdigest(digest, Base64.strict_decode64(@password), movingFactor)
272
- elsif !(@api_key.nil?)
273
- hash = OpenSSL::HMAC.hexdigest(digest, @api_key, movingFactor)
274
- else
275
- hash = OpenSSL::HMAC.hexdigest(digest, "", movingFactor)
276
- end
277
- final_hmac = @email + ':' + hash
278
- header_params = { hmac: final_hmac, date: current_date }
253
+ digest = OpenSSL::Digest.new('sha1')
254
+ movingFactor = data.rstrip!
255
+ if !(@password.nil?) && @api_key.nil?
256
+ hash = OpenSSL::HMAC.hexdigest(digest, Base64.strict_decode64(@password), movingFactor)
257
+ elsif !(@api_key.nil?)
258
+ hash = OpenSSL::HMAC.hexdigest(digest, @api_key, movingFactor)
259
+ else
260
+ hash = OpenSSL::HMAC.hexdigest(digest, "", movingFactor)
261
+ end
262
+ final_hmac = @email + ':' + hash
263
+ header_params = { hmac: final_hmac, date: current_date }
264
+ end
279
265
  end
280
- end
281
266
  end