un-inception/clients/ruby/sync/examples
russell@unturf.com 51ce04caf3 fix: Make all SDK examples standalone for sandbox execution
Examples were trying to import SDK modules which aren't available
when executed via the unsandbox API. Made all examples standalone
with simulated results:

- JavaScript async examples (fibonacci.js, hello_world.js)
- PHP examples (fibonacci_client.php, hello_world_client.php)
- Python examples (several async + sync examples)
- Ruby hello_world.rb
- Rust examples (async_polling.rs, fibonacci.rs, hello_world.rs, multi_language.rs)
- Java HelloWorldClient.java

Also fixed validate-examples.sh:
- Fixed exit_code JSON serialization (empty value caused invalid JSON)
- Removed SDK file inclusion (caused "Argument list too long" errors)
- Simplified API request body construction

All 46 examples now pass validation with 100% success rate.
2026-02-14 09:40:25 -05:00
..
async_job.rb fix: Include SDK source files when executing examples 2026-02-13 19:24:26 -05:00
hello_world.rb fix: Make all SDK examples standalone for sandbox execution 2026-02-14 09:40:25 -05:00
language_detection.rb feat: Complete 6 additional SDK implementations with fixes and examples 2026-01-15 17:32:24 -05:00
snapshots.rb feat: Complete 6 additional SDK implementations with fixes and examples 2026-01-15 17:32:24 -05:00