package
0.1.4-beta
Repository: https://github.com/simonbuckner/axcientapi.git
Documentation: pkg.go.dev
# README
Axcient x360Recover API Client Example
This code shows an example of accessing all of the GET endpoints.
Configuring Env Variables
Configuration items are taken from the following environment variables.
BASE_URL=https://axapi.axcient.com/x360recover/
API_KEY=<from Axcient portal>
VAULT_ID=<int64>
CLIENT_ID=<int64>
DEVICE_ID=<int64>
JOB_ID=<int64>
To store these details, place them in a file called '.env'.