signalwire 0.2.0

The unofficial SignalWire SDK for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# SignalWire API credentials
SIGNALWIRE_SPACE_NAME=your_space_name
SIGNALWIRE_PROJECT_ID=your_project_id
SIGNALWIRE_API_KEY=your_api_key

# Optional: SMS test settings (disabled by default to prevent accidental charges)
SIGNALWIRE_RUN_SMS_TEST=false
SIGNALWIRE_FROM_NUMBER=              # A number you own in SignalWire
SIGNALWIRE_TO_NUMBER=                # Target phone number for testing
SIGNALWIRE_MESSAGE_SID=              # Optional: SID of an existing message to check status

# Optional: Phone number lookup test settings
SIGNALWIRE_TEST_PHONE_NUMBER=        # Phone number to use for lookup tests (e.g., "+12065550100")