README.md
Overview
Request an API token from RemoteLock
Applicable Scenarios and Problems
What scenarios or problems would this algorithm work well in?
Usage
Input
HTTPS Header fields and format
JSON { key: value }
Parameter | Description |
---|---|
x-secret | Header parameter that identifies valid request |
What data pre-processing would be great to perform on the input before calling this algorithm?
Output
JSON
Parameter | Description |
---|---|
token | The API token. |
expires_at | Unix Epoch timestamp when toke expires. |
Examples
Provide and explain examples of input and output for your algorithm.