summaryrefslogtreecommitdiffstats
path: root/cli/objects/images.py
blob: 94c63861ba5d06a29c1caf939e760d72c54bea2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright (C) 2021 Soleta Networks <info@soleta.eu>
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the
# Free Software Foundation, version 3.
#

class OgImage():

	@staticmethod
	def list_images(rest):
		r = rest.get('/images')
		print(r.text)