anatools.anaclient.api.annotations module

Annotations API calls.

addMapOrganization(self, mapId, organizationId)
createAnnotation(self, workspaceId, datasetId, format, map)
createManagedMap(self, organizationId, name, description)
deleteAnnotation(self, workspaceId, annotationId)
deleteManagedMap(self, mapId)
downloadAnnotation(self, workspaceId, datasetId, annotationId)
editManagedMap(self, mapId, name=None, description=None)
getAnnotationFormats(self)
getAnnotationMaps(self, organizationId, workspaceId, mapId)
getAnnotations(self, workspaceId, datasetId, annotationId)
getManagedMaps(self, organizationId, mapId)
removeMapOrganization(self, mapId, organizationId)