7.1.5 • Published 2 years ago

tokyo-api.ts v7.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Discord

T-API Wrapper

This package is the easiest way to interact with the T-API.

Features

  • 🚀 Easy to use!
  • 🎓 From a professional API!
  • 🎇 Asynchronous
  • 🎠 Sexy developers (Dialber & Mid)

Install

npm i tokyo-api.ts

All endpoints are from: T-API

Usage

const { Image, Json, Anime } = require('tokyo-api.ts')

Image('supreme', {
    "text" "Test"
}).then(buffer => {
    // do anything
});

Json('translate', {
    "source": "auto",
    "target": "fr",
    "text": "Hello world."
}).then(object => {
    // do anything
});
7.1.5

2 years ago

7.1.0

2 years ago

7.0.0

2 years ago

6.0.8

2 years ago

6.0.5

2 years ago

6.0.0

2 years ago

5.0.0

2 years ago