An open API service indexing awesome lists of open source software.

https://github.com/oxsecurity/ox-api-client


https://github.com/oxsecurity/ox-api-client

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.