Categorygithub.com/ks6088ts/soracom-sdk-go
module
0.0.3
Repository: https://github.com/ks6088ts/soracom-sdk-go.git
Documentation: pkg.go.dev

# README

test

soracom-sdk-go

SDK for SORACOM autogenerated by OpenAPI Generator

Run unit tests

# Set environment variables
SORACOM_PROFILE=default
export SORACOM_AUTH_KEY_ID=$(cat ~/.soracom/$SORACOM_PROFILE.json | jq -r .authKeyId)
export SORACOM_AUTH_KEY=$(cat ~/.soracom/$SORACOM_PROFILE.json | jq -r .authKey)
export COVERAGE_TYPE=$(cat ~/.soracom/$SORACOM_PROFILE.json | jq -r .coverageType)

# Run unit tests
make test

# Packages

No description provided by the author
No description provided by the author