setNAGURL()
Set the NAG key
Method signature
function setNAGURL(nURL)
Parameters
Name
Type
Description
nURL
string
nURL
Example
var nURL = "https://nag.circularlabs.io/NAG.php?cep=";
CircularProtocolAPI.setNAGKey(nURL);
Last updated
Set the NAG key
Method signature
function setNAGURL(nURL)
Parameters
nURL
string
nURL
Example
var nURL = "https://nag.circularlabs.io/NAG.php?cep=";
CircularProtocolAPI.setNAGKey(nURL);
Last updated