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.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/LICENSE +21 -202
- data/README.md +3 -20
- data/lib/megam/api.rb +154 -169
- data/lib/megam/api/accounts.rb +0 -15
- data/lib/megam/api/assemblies.rb +0 -15
- data/lib/megam/api/assembly.rb +0 -15
- data/lib/megam/api/balances.rb +0 -15
- data/lib/megam/api/billedhistories.rb +0 -15
- data/lib/megam/api/billingtransactions.rb +0 -15
- data/lib/megam/api/components.rb +0 -15
- data/lib/megam/api/domains.rb +0 -15
- data/lib/megam/api/errors.rb +0 -15
- data/lib/megam/api/eventsbilling.rb +0 -15
- data/lib/megam/api/eventscontainer.rb +0 -15
- data/lib/megam/api/eventsstorage.rb +0 -15
- data/lib/megam/api/eventsvm.rb +0 -15
- data/lib/megam/api/marketplaces.rb +0 -15
- data/lib/megam/api/organizations.rb +0 -15
- data/lib/megam/api/promos.rb +0 -15
- data/lib/megam/api/requests.rb +0 -15
- data/lib/megam/api/sensors.rb +0 -15
- data/lib/megam/api/snapshots.rb +0 -15
- data/lib/megam/api/sshkeys.rb +0 -15
- data/lib/megam/api/version.rb +1 -16
- data/lib/megam/core/account.rb +241 -60
- data/lib/megam/core/assemblies.rb +0 -16
- data/lib/megam/core/assemblies_collection.rb +101 -116
- data/lib/megam/core/assembly.rb +201 -218
- data/lib/megam/core/assembly_collection.rb +101 -116
- data/lib/megam/core/balances.rb +182 -197
- data/lib/megam/core/balances_collection.rb +101 -116
- data/lib/megam/core/billedhistories.rb +186 -201
- data/lib/megam/core/billedhistories_collection.rb +101 -116
- data/lib/megam/core/billingtransactions.rb +0 -15
- data/lib/megam/core/billingtransactions_collection.rb +0 -15
- data/lib/megam/core/components.rb +300 -316
- data/lib/megam/core/components_collection.rb +0 -15
- data/lib/megam/core/domain_collection.rb +1 -16
- data/lib/megam/core/domains.rb +115 -131
- data/lib/megam/core/error.rb +55 -70
- data/lib/megam/core/eventsbilling.rb +0 -16
- data/lib/megam/core/eventsbilling_collection.rb +101 -116
- data/lib/megam/core/eventscontainer.rb +0 -16
- data/lib/megam/core/eventscontainer_collection.rb +101 -116
- data/lib/megam/core/eventsstorage.rb +0 -16
- data/lib/megam/core/eventsstorage_collection.rb +0 -15
- data/lib/megam/core/eventsvm.rb +0 -16
- data/lib/megam/core/eventsvm_collection.rb +101 -116
- data/lib/megam/core/json_compat.rb +0 -12
- data/lib/megam/core/konipai.rb +0 -15
- data/lib/megam/core/log.rb +0 -15
- data/lib/megam/core/marketplace.rb +224 -241
- data/lib/megam/core/marketplace_collection.rb +0 -15
- data/lib/megam/core/organizations.rb +0 -16
- data/lib/megam/core/organizations_collection.rb +0 -15
- data/lib/megam/core/promos.rb +0 -15
- data/lib/megam/core/request.rb +0 -15
- data/lib/megam/core/request_collection.rb +0 -15
- data/lib/megam/core/rest_adapter.rb +0 -15
- data/lib/megam/core/sensors.rb +138 -154
- data/lib/megam/core/sensors_collection.rb +0 -15
- data/lib/megam/core/snapshots.rb +0 -16
- data/lib/megam/core/snapshots_collection.rb +0 -15
- data/lib/megam/core/sshkey.rb +169 -184
- data/lib/megam/core/sshkey_collection.rb +0 -15
- data/lib/megam/core/stuff.rb +17 -32
- data/lib/megam/core/text.rb +82 -97
- data/lib/megam/mixins/assemblies.rb +10 -25
- data/lib/megam/mixins/assembly.rb +33 -49
- data/lib/megam/mixins/common_deployable.rb +64 -79
- data/lib/megam/mixins/components.rb +160 -175
- data/lib/megam/mixins/megam_attributes.rb +22 -37
- data/lib/megam/mixins/outputs.rb +14 -29
- data/lib/megam/mixins/policies.rb +21 -36
- data/lib/megam_api.rb +0 -15
- data/test/mixins/test_assemblies.rb +1 -2
- data/test/test_accounts.rb +84 -29
- data/test/test_billingtranscations.rb +17 -21
- data/test/test_eventscontainer.rb +19 -23
- data/test/test_eventsstorage.rb +8 -10
- data/test/test_eventsvm.rb +19 -23
- data/test/test_helper.rb +30 -30
- data/test/test_snapshots.rb +16 -22
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9846ceccd22bdecd8689f54914778e9ad4fede10
|
4
|
+
data.tar.gz: 7199923ac196285d1ed0b228b973c1e5e64a1315
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3b971c02cfdb47a71307618b8b98646eb89021ecb8f3da28f49af3d55acc4ff77918b58bf4eeb42d0577a538e8622793b818cf9b68dc51b42d7b59873f0f2c8
|
7
|
+
data.tar.gz: 309d8bdc0d58a9c44abf81888238040d47d262cfae31096cb68eccaa53a0490a77ff31060a896f7b3fa8fcfcfc70f91fae4c34d118a9a43f0c81e7d18bb0c2f6
|
data/.travis.yml
CHANGED
data/LICENSE
CHANGED
@@ -1,202 +1,21 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
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
|
-
|
27
|
+
# Author
|
41
28
|
|
42
|
-
|
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
|
-
|
86
|
+
class API
|
102
87
|
|
103
|
-
|
104
|
-
|
88
|
+
# text is used to print stuff in the terminal (message, log, info, warn etc.)
|
89
|
+
attr_accessor :text
|
105
90
|
|
106
|
-
|
91
|
+
API_VERSION2 = '/v2'.freeze
|
107
92
|
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
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
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
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
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
107
|
+
OPTIONS = {
|
108
|
+
headers: {},
|
109
|
+
host: '127.0.0.1',
|
110
|
+
nonblock: false,
|
111
|
+
scheme: 'http'
|
112
|
+
}
|
128
113
|
|
129
|
-
|
130
|
-
|
131
|
-
|
114
|
+
def text
|
115
|
+
@text ||= Megam::Text.new(STDOUT, STDERR, STDIN, {})
|
116
|
+
end
|
132
117
|
|
133
|
-
|
118
|
+
attr_reader :last_response
|
134
119
|
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
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
|
-
|
138
|
+
def request(params, &block)
|
154
139
|
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
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
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
147
|
+
begin
|
148
|
+
response = connection.request(params, &block)
|
149
|
+
rescue Excon::Errors::HTTPStatusError => error
|
150
|
+
klass = case error.response.status
|
166
151
|
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
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
|
-
|
186
|
-
|
187
|
-
|
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
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
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
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
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
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
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
|
-
|
207
|
+
private
|
223
208
|
|
224
|
-
|
225
|
-
|
226
|
-
|
209
|
+
def just_color_debug(path)
|
210
|
+
text.msg "--> #{text.color("(#{path})", :cyan, :bold)}" # Why " inside "
|
211
|
+
end
|
227
212
|
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
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
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
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
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
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
|
-
|
249
|
+
current_date = Time.now.strftime('%Y-%m-%d %H:%M')
|
265
250
|
|
266
|
-
|
251
|
+
data = "#{current_date}" + "\n" + "#{cmd_parms[:path]}" + "\n" + "#{body_base64}"
|
267
252
|
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
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
|