This is a sample application that demonstrates how to use the SaaSus SDK for Rust.
This sample application is designed to be used together with the frontend sample application:
# Run in any directory
git clone [email protected]:bigdragon0610/implementation-sample-api-rust.git
cd implementation-sample-api-rust
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
# API will run on http://localhost
cargo run