search Avail Std Lib
fun searchAvailStdLib(success: (JSONReader) -> Unit, failure: (Int, String?, Throwable?) -> Unit)
Content copied to clipboard
Search for the Avail standard library artifact, avail-stdlib.
Parameters
success
Accepts the JSONReader that contains the response.
failure
Accepts the HttpURLConnection.getResponseCode and nullable HttpURLConnection.responseMessage and nullable Throwable in the event of a failure.