Cogniac / cogniac-sdk-py

Python SDK for Cogniac Public API
Apache License 2.0
5 stars 6 forks source link

Getting the whole application details is not possible #16

Closed pmranade closed 6 years ago

pmranade commented 6 years ago

If I know the app_id and I want to get all the details of this app (like per subject detection threshold etc) I couldn't find it. I tried cc = cogniac.CogniacConnection(tenant_id=TENANT_ID, timeout=TIMEOUT) app = cogniac.CogniacApplication.get(cc, app_id) But this just returns the name and app_id, no other details.

wskish commented 6 years ago

use cc.get_application() to get the application