1 2 3 4 5 6
class OgScope(): @staticmethod def list_scopes(rest): r = rest.get('/scopes') print(r.json())