Categorygithub.com/saasus-platform/implementation-sample-api-go
modulepackage
0.0.0-20250210025942-dcec71e472e7
Repository: https://github.com/saasus-platform/implementation-sample-api-go.git
Documentation: pkg.go.dev

# 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

# Structs

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