pyeti
pyeti copied to clipboard
Python bindings for Yeti's API
As the file core/web/api already implements this fonctionnality, it's great to mirror it in the API component.
```python result = self.api.observable_add(value=obs_value) ``` This would just return `None` and there is no way I can catch the exception `Couldn't guess observable type` as it's just logged.
I have tried to add entity using both pyet and curl -POST but neither of them worked. I am able to get_entity but if I add the function entity_add with...
I am trying to add more functionality to the YetiApi class. When I tried the get entity it worked, but for adding a entity it gives error ERROR:root:An error occurred...
Can anyone share a working example of yeti api that pulls data from Yeti. I don't know what arguments to be where can i find them in my local hosted...