ConfigMaps represent configurations stored in Selfpoint.
Last updated 6 months ago
get(configMapId, opt) opt = { type: string }
ConfigMap represented in JSON
let cMap = sp3.configMap() let fetchedCMap= await cMap.get( "configMapId / configMapName", {type: "GrandID"} ) return fetchedCMap