Revision 55faa0bc kamaki/clients/compute/rest_api.py

b/kamaki/clients/compute/rest_api.py
36 36
import json
37 37

  
38 38

  
39
class ComputeClientApi(Client):
39
class ComputeRestClient(Client):
40 40

  
41 41
    def servers_get(self, server_id='', command='', success=200, **kwargs):
42 42
        """GET base_url/servers[/server_id][/command] request

Also available in: Unified diff