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
bash
yarn docker playground <languageName> <clientName>
bash
yarn docker playground <languageName> <clientName>
JavaScript
You can also find sandboxes for all our clients
bash
yarn docker playground javascript search
bash
yarn docker playground javascript search
Java
bash
yarn docker playground java search
bash
yarn docker 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.