summaryrefslogtreecommitdiffstats
path: root/cli/objects/client.py
blob: ca9103698b242398c67b7169a3d6618bc6dbc4be (plain)
1
2
3
4
5
6
class OgClient():

	@staticmethod
	def list_clients(rest):
		r = rest.get('/clients')
		print(r.json())