bwapi 11.0.1.pre.586 → 11.0.1.pre.595
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/bwapi/client/admin/reseller.rb +8 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGM3NjQ4OTU2ODk3OGM3ZTVjMTc0ZDFkN2ZhMDQ4MTJkNzE5YjEwNw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OGNjODViZjNjODc0OGRhNmUzMDUxNDBjZDI5NjFmNzNmMmJiYjMxOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTU3YjVkZTFlYjBmMmFlZmFmYzYyN2YxZDkyNGNiZTc0ZWY2NTMyMjhiMmQ4
|
10
|
+
ZGVhOTEzMzBmMTZjZDczZjM5OTU1NmJlMDBhMTdiNzFlNzFiN2JkYTEyMWNk
|
11
|
+
NGM5YTE5YWY1OTg4M2QxODE3NzA4ZDQwYTk1MGI2N2MyZGQxMzU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjcxZGExN2VkNmI4NWVhY2U2ZjIyZDUxMTU5YjZkNTczOTJiYzc3NDhjNmIy
|
14
|
+
YzBkYzRhZTgxZTkzZWI5OGI2NDc0ZjY4NmYwMjhlY2RiNzMzYjBlYTgwODg0
|
15
|
+
MWM1NGExN2JiYWE5ZTQzMGI4NjVhMzAzNjM4NWI3MDAyNmUzY2Q=
|
@@ -10,6 +10,13 @@ module BWAPI
|
|
10
10
|
get '/admin/reseller/requestMentionUsageReport', opts
|
11
11
|
end
|
12
12
|
|
13
|
+
# Requests reseller client usage report
|
14
|
+
#
|
15
|
+
# TODO: Add parameters documentation
|
16
|
+
def reseller_client_mention_usage_report(client_id, opts = {})
|
17
|
+
get "/admin/reseller/requestMentionUsageReport/#{client_id}", opts
|
18
|
+
end
|
19
|
+
|
13
20
|
# Requests reseller usage summaries
|
14
21
|
#
|
15
22
|
# TODO: Add parameters documentation
|
@@ -20,7 +27,7 @@ module BWAPI
|
|
20
27
|
# Requests reseller usage summaries for a specific client
|
21
28
|
#
|
22
29
|
# TODO: Add parameters documentation
|
23
|
-
def
|
30
|
+
def reseller_client_usage_summary(client_id)
|
24
31
|
get "/admin/reseller/usageSummary/#{client_id}"
|
25
32
|
end
|
26
33
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bwapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.0.1.pre.
|
4
|
+
version: 11.0.1.pre.595
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Chrisp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|