ConfigMap

ConfigMaps represent configurations stored in Selfpoint.

Anrop
Beskrivning
Kodexempel

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

Last updated