-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request