Create a Secret
In this example we will save a phrase "This is a really big secret!" as the name demosecret.
The name can only contain lowercase alphanumeric characters and - character. The phrase can be anything.
| API cURL Example | |
|---|---|
1 2 3 4 5 6 7 8 9 | |
The response will look like this;
| API cURL Example Response | |
|---|---|
1 2 3 | |
| API Client (Python) Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 | |
You will see the output like this;
| API Client (Python) Example Response | |
|---|---|
1 | |
| Kelvin SDK Command Line Example | |
|---|---|
1 | |
If everything went well you will get the confirmation response like this;
| Kelvin SDK Command Line Output | |
|---|---|
1 | |