Open
Description
The new Download page is powered by the /api/download
endpoint that should be documented for others to use. This endpoint accepts POST
requests with a JSON body in the following format.
{
"api": 2,
"languages": []
}
A proposed addition is to add a format
key that would allow for zip
or javascript
to download the compiled bundle in the respective format