You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know we can currently install a single runtime by sending a post request to api's packages endpoint.I have added the functionality to install multiple runtimes using the packages endpoint. We can send a post request containing the following :
the server will loop through each runtime and install it, on succeeding it will add that to an installed list and the failed ones in the failed list with their for failing:
As far as I know we can currently install a single runtime by sending a post request to api's packages endpoint.I have added the functionality to install multiple runtimes using the packages endpoint. We can send a post request containing the following :
the server will loop through each runtime and install it, on succeeding it will add that to an
installed
list and the failed ones in thefailed
list with their for failing:Is this a reasonable enhancement? If it is can you assign it to me?
The text was updated successfully, but these errors were encountered: