Scplist Api
Usage
import io.github.vxrpenter.scplist.ScpListimport io.github.vxrpenter.secretlab.SecretLab
val scpList = ScpList() Exceptions
try {
val scpList = ScpList().server(ID)
} catch (e: Exception) {
println("An error has occured during an scplist api call")
return
}Examples
Last updated