getAP()
Overview:
Get the number of APs of the current active citizen.
Usage:
client.user.balance.getAP()
.then((response) => {
const ap = response;
// write your code here.
})
.catch((error) => {
// handle error.
})Requirement:
noneParameters:
noneReturn:
Success:
Promise<number>Failed:
errorError:
500 Internal Server ErrorLast updated