Method: DaFace::Api::Push.get
- Defined in:
- lib/da_face/api/push.rb
.get(params = {}) ⇒ Object
TODO Make this work with pagination
58 59 60 61 62 |
# File 'lib/da_face/api/push.rb', line 58 def self.get params={} response = connection.get 'push/get', params raise_push_error_if_error response return response end |