Application

Anrop
Beskrivning
Kodexempel

count()

Number


let app = sp3.application()

let appCount = await app.count()

return appCount 

get(appId)

Application represented in JSON


let app = sp3.application()

let fetchedApp = await app.get(
    "admin"  
)

return fetchedApp 

Last updated