Class: Camunda::Console::Clients

Inherits:
API show all
Defined in:
lib/camunda/console/clients.rb

Class Method Summary collapse

Methods inherited from API

base_url, oauth_token

Methods inherited from BaseAPI

build_url, get, headers, patch, post

Class Method Details

.all(cluster_id) ⇒ Object



6
7
8
# File 'lib/camunda/console/clients.rb', line 6

def self.all(cluster_id)
  get("clusters/#{cluster_id}/clients")
end