Last updated 6 months ago
count()
Number
get(appId)
Application represented in JSON
let app = sp3.application() let appCount = await app.count() return appCount
let app = sp3.application() let fetchedApp = await app.get( "admin" ) return fetchedApp