https://github.com/jsnjack/constellix-st
Generate x-cns-security-token for Constellix API
https://github.com/jsnjack/constellix-st
api authentication constellix
Last synced: 11 months ago
JSON representation
Generate x-cns-security-token for Constellix API
- Host: GitHub
- URL: https://github.com/jsnjack/constellix-st
- Owner: jsnjack
- Created: 2020-04-10T10:31:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T13:19:13.000Z (about 6 years ago)
- Last Synced: 2025-04-05T08:43:43.474Z (over 1 year ago)
- Topics: api, authentication, constellix
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
constellix-st
========
Generates constellix security token
# How to use?
```
$ constellix-st -h
Usage of constellix-st:
-c Print as a curl header
-d Output debug information
```
Example with curl:
```bash
export CONSTELLIX_API_KEY=your_key
export CONSTELLIX_SECRET_KEY=your_secret
curl -H "Content-Type: application/json" -H "`constellix-st -c`" "https://api.dns.constellix.com/v1/domains" | jq .
```
# How to install?
Download a binary file from Releases page