Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure rscli credentials and settings
secret_id: your-secret-id secret: your-secret base_url: https://api.reysys.com
# Using environment variables export RS_SECRET_ID=my-id export RS_SECRET=my-secret rscli account get-account-information # Using config file mkdir -p ~/.reysys cat > ~/.reysys/config.yaml << EOF secret_id: my-id secret: my-secret EOF rscli account get-account-information
rscli configure [flags]
-h, --help help for configure