2.5.5-beta • Published 1 year ago

botmilovien-api v2.5.5-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Node.js 12.20.0 or newer is required

🎃 Installion

  yarn add botmilovien-api
  • Using npm
    npm i botmilovien-api
  • Using pnpm
    pnpm add botmilovien-api

📖 Usage API

import { API, Method } from "botmilovien-api"

const api = new API ({
    api_key: ``,
    source: `api` // default
})

async function getResponse () {
    return await new Method ()
    .api
    .use (
        {
            system: "getprofile", 
            ID: 15
        }
        )
}

getResponse () // response