auth0 / jupiterone-python-sdk

A Python client for jupiterone.io
MIT License
10 stars 17 forks source link

Allow query variables to be passed into query_v1 #3

Open gvauter opened 4 years ago

gvauter commented 4 years ago

Example:

{ "query": "FIND phil_test WITH displayName=${displayName}", "includeDeleted": false, "remember": true, "variables": { "displayName": "a \"b\" c" } }

GQL would be:

query J1QL( $query: String! $remember: Boolean $includeDeleted: Boolean $variables: JSON ) { queryV1( query: $query variables: $variables remember: $remember includeDeleted: $includeDeleted ) { type data url } }

bsmith-auth0 commented 3 months ago

Hi @gvauter ,

We will be archiving this repo in favor of the new official JupiterOne Python SDK. If this issue still remains, please open an issue on the new repo.