# README
implementation-sample-api-go
This is a SaaS implementation sample using the SaaSus SDK
See the documentation API implementation using SaaS Platform
Run Go API
git clone [email protected]:saasus-platform/implementation-sample-api-go.git
cd ./implementation-sample-api-go
cp .env.example .env
vi .env
# Set Env for SaaSus Platform API
# Get it in the SaaSus Admin Console
SAASUS_SAAS_ID="xxxxxxxxxx"
SAASUS_API_KEY="xxxxxxxxxx"
SAASUS_SECRET_KEY="xxxxxxxxxx"
# Save and exit
go run main.go