Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ identifier and secret by visiting the 'API tokens' page in Elimity Insights and

#### Executing queries

The following example performs the query "find all users for which isShareByEmailGuestUser is true" on source with identifier `1` without specific attributes, ordering or grouping.

```python3
from elimity_insights_client.api import Config, query
from elimity_insights_client.api.expression import AttributeBooleanExpression
Expand Down