Method: Boxr::Client#get_webhooks
- Defined in:
- lib/boxr/webhooks.rb
#get_webhooks(marker: nil, limit: nil) ⇒ Object
12 13 14 15 16 |
# File 'lib/boxr/webhooks.rb', line 12 def get_webhooks(marker: nil, limit: nil) query_params = { marker: marker, limit: limit }.compact webhooks, = get(WEBHOOKS_URI, query: query_params) webhooks end |