un-inception/clients/rust
russell@unturf.com fbd9273c3d feat: update all clients to use api.unsandbox.com/keys/validate
Change key validation endpoint from portal to API across all clients:
- C: Update PORTAL_BASE to API_BASE in validate_api_key()
- Python (sync/async): Change PORTAL_BASE to API_BASE
- Perl: Change $PORTAL_BASE to $API_BASE
- Rust (sync/async): Change hardcoded URL to api.unsandbox.com

All other languages (Go, Java, Kotlin, C#, Ruby, PHP, JavaScript) already
use their makeRequest() function with API_BASE, so no changes needed.

The key subcommand already exists and continues to work with the new endpoint.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-20 03:51:38 -05:00
..
async feat: update all clients to use api.unsandbox.com/keys/validate 2026-01-20 03:51:38 -05:00
sync feat: update all clients to use api.unsandbox.com/keys/validate 2026-01-20 03:51:38 -05:00
Makefile feat: add Makefiles for JavaScript, Rust, Ruby, PHP, Java clients 2026-01-15 16:46:22 -05:00