https://github.com/oxsecurity/ox-api-client
https://github.com/oxsecurity/ox-api-client
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxsecurity/ox-api-client
- Owner: oxsecurity
- License: agpl-3.0
- Created: 2023-10-23T14:20:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T16:28:53.000Z (over 2 years ago)
- Last Synced: 2024-12-27T08:31:04.924Z (over 1 year ago)
- Language: Python
- Size: 206 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.md
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.