Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 323 Bytes

OX-API-Client

Simple Python CLI client for interacting with OX GraphQL API

Uses python-dotenv to pull URL and KEY:

Place and protect .env file in same folder with the following:

oxUrl='https://api.cloud.ox.security/api/apollo-gateway' oxKey='your API key here'

Use python python_examp.py help for a list of commands.