is there any documentation that I could use to incorporate it to my application?
Hi,
Client works very well from line command but I was trying to use it in my own code. So I do like this:
>>> heat = Client('1', endpoint=heat_url, token=auth_token)
>>> o = SoftwareDeploym
>>> o.list()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
return self._list(url, "software_
File "/usr/lib/
body = self.client.
AttributeError: 'Client' object has no attribute 'get'
>>>
.. and I'm not even sure if I'm heading right direction...
so is there any documenation/
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Radomir for more information if necessary.