Skip to content

Blackerz-id/Blackerz-SDK-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackerz-SDK

A developer kit for interact with our API.


Example node Post Bot Description

const blackerz = require("blackers-api-sdk")

blackerz.Authorize("V1auth", "bot developer id");
const scannerBOT = new blackerz.bot("bot id")

scannerBOT.edit({
    shortDescription: "test test lagi ok"
}).then(result => {
    console.log(`${JSON.stringify(result)} sucess`)
}).catch(console.error)

scannerBOT.botData().then(console.log).catch(console.error)

Get your V1 auth by login to our website then visit your profile, here the link
https://blackerz.herokuapp.com/


Developed by Offical Blackerz, join our https://discord.gg/t7zJBwynFU for more information.

About

API wrapper for blackerz JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published