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

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

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