bwapi 11.0.1.pre.581 → 11.0.1.pre.586
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.
- checksums.yaml +8 -8
- data/lib/bwapi/client/admin/clients.rb +7 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDI1YjUxNWFkMmM4N2I5NzRmMDk5ZTdkM2MzNzczMDZiNDM5NTU2MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTAxMjk4NTEyODgzYjg3ZjY1OTQxMDkxYzA1NWZmYjc2OTRhNDUzZg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZDc4NmIxOWViYTAyOTBmZmI2OWY2ZDMxMWQ4MjNhZTczOTg0ZmNhMWIyZDRl
|
|
10
|
+
Y2Q4NDRjZGJhODgwODY3OWY1NGEyNGFhMmZmNjVkNzQyNjFkNmI3NjcwMDEz
|
|
11
|
+
ODJiZmJjYWEzNDdkNWFjMDk3YThjNTY2MTk0YjJkODYzN2NkYWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NWMwY2Q3ZmUyOWE0YTk2ZDkzYmFjMDQwMTVjZmVlM2MzMDI4ZDRhZjdmZmMz
|
|
14
|
+
NTU2ZjExZGMzNTY4NTQwYjEzMzA1ZmQyODMzNjZjY2Y3YjExMWE2ODc3OTY2
|
|
15
|
+
ZmUyYmM0YzcwMTI2YjI5ZjlmNzllZTk2YzEyNTA5YmQ2MWZlNDI=
|
|
@@ -14,6 +14,13 @@ module BWAPI
|
|
|
14
14
|
get "admin/clients/#{client_id}/login-report", opts
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
+
# Retrieve the daily usage for the given client
|
|
18
|
+
#
|
|
19
|
+
# TODO: Add parameters documentation
|
|
20
|
+
def daily_usage(client_id, opts = {})
|
|
21
|
+
get "admin/clients/#{client_id}/usage/daily", opts
|
|
22
|
+
end
|
|
23
|
+
|
|
17
24
|
include BWAPI::Client::Admin::Clients::SubClients
|
|
18
25
|
include BWAPI::Client::Admin::Clients::Users
|
|
19
26
|
include BWAPI::Client::Admin::Clients::UserGroups
|
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.586
|
|
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-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
304
304
|
version: 1.3.1
|
|
305
305
|
requirements: []
|
|
306
306
|
rubyforge_project:
|
|
307
|
-
rubygems_version: 2.4.
|
|
307
|
+
rubygems_version: 2.4.5
|
|
308
308
|
signing_key:
|
|
309
309
|
specification_version: 4
|
|
310
310
|
summary: Brandwatch API Wrapper
|