Playground
All of the existing clients should have an active playground for you to test generated clients, if it’s not the case, consider contributing or letting us know!
info
Make sure to first setup the repository tooling to ease your journey!
Usage
language
andclient
defaults toall
apic playground <languageName> <clientName>
JavaScript
You can also find sandboxes for all our clients
apic playground javascript search
Java
apic playground java search
Add new playground
To add a new supported language to the playground, you need to:
- Create a new folder with your
<languageName>
in the playground folder - Edit the playground script with the command to run it.