🍬 Tixte Developer API Wrapper

Overview

Tixte Wrapper

The best Tixte wrapper around

This package was done because I wanted to use the Tixte API in a hackathon, there were already 2 packages that do the same, but any of them were working correctly πŸ˜”

At the end this package ended up with more features, better documentation and examples!

Install

npm i @ultirequiem/tixte # yarn add @ultirequiem/tixte

Usage

const tixteClient = new TixteClient(process.env.TIXTE_API_KEY, {
  defaultURL: "sergif.likes.cash",
});

const upload = async (event) => {
  const { data } = await tixteClient.uploadFile(
    Buffer.from(event.body!, "base64"),
    {
      extension: "gif",
    },
  );

  return data;
};

Check a real word example!

Docs

Auto generated documentation using TypeDoc πŸ’•

For examples check the next section πŸš€

https://tixte-wrapper.netlify.app

Using @ultirequiem/tixte

Are you using this package? Add it here!

  • Sergif - Netlify Functions - Netlify x Hashnode 2022 Hackathon

  • Piolafood - Next.js Endpoints - First Buildergroop Hackathon

Licence

Licenses under the MIT Licence.

You might also like...

A node wrapper for the Netcup CCP API.

Netcup-node A node wrapper for the Netcup CCP API. Current support only JSON Rest API, no SOAP yet auto auth handling with support to use custom auth

Dec 22, 2022

A wrapper client for Strike's public API.

node-strike A wrapper client for Strike's public API. Usage Import the wrapper and instantiate a client. import { NodeStrike } from 'node-strike'; //

Apr 28, 2022

API wrapper for plutu.ly

Plutu-TS A tiny client for the plutu.ly API written in Typescript. ✨ Features: Tiny 1KB size gzip Works in Node.js and in Browser Built-in Typescript

May 2, 2022

A simple, easy to use wrapper for Hypixel API.

A simple, easy to use wrapper for Hypixel API.

An easy to use Hypixel API wrapper. About hypixel.ts is a NodeJS module which allows you to interact with the Hypixel API easily. Written in Typescrip

Dec 18, 2022

neverlose.cc market api wrapper

neverlose.cc market api wrapper

Neverlose.cc API This is the neverlose.cc market api wrapper written on node.js(ts) Getting started Install for npm npm install neverlose-api Then you

Feb 2, 2022

A handy wrapper for the Web Notifications API

Notify.js A handy wrapper for using the Web Notifications API. Notify.js aims to simplify requesting user permission and associated Web Notification A

Dec 4, 2022

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API

screenfull Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoo

Dec 30, 2022

Gyazo API wrapper made in TypeScript. *For now, only upload feature.

wrap-gyazo Gyazo API wrapper made in TypeScript. *For now, only upload feature. Installation npm i wrap-gyazo Register an application with Gyazo. Gyaz

Jan 11, 2022

A complete and heavily tested wrapper with typings for the zapper.fi API.

A complete and heavily tested wrapper with typings for the zapper.fi API.

Zapperfi API Unofficial wrapper for the Zapperfi API Don't forget to leave a ⭐ if you found this useful. Install # use npm $ npm i zapperfi-api # use

Sep 4, 2022
Comments
  • Add more TSDOCs

    Add more TSDOCs

    Files to Check

    https://github.com/UltiRequiem/tixte-node/blob/main/src/types.ts

    https://github.com/UltiRequiem/tixte-node/blob/main/src/client.ts

    Also some methods of the Client class are un-typed, this could be type while adding comments 🚢🏽

    documentation enhancement help wanted good first issue 
    opened by UltiRequiem 0
Releases(v0.1.1)
Owner
Eliaz Bobadilla
15, web/sys dev and content creator
Eliaz Bobadilla
News API Wrapper for Violetics API News

News API Wrapper for Violetics API News

Violetics 3 Mar 23, 2022
A wrapper for valorant-api, a third-party API for getting data within Valorant. Available on npm

valorant-wrapper A wrapper for the third-party valorant-api How to Use All endpoints can be accessed off the ValAPI class. import { ValAPI } from 'val

Aircraft Overviewer 5 Nov 7, 2022
Chappe - πŸ§‘β€πŸ’» Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.

Chappe Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine. Chappe is a Developer Do

Valerian Saliou 146 Jan 1, 2023
πŸ§‘β€πŸ’» Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.

Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine. Chappe is a Developer Docs buil

Crisp (OSS) 146 Jan 1, 2023
WunderGraph is the Next-Generation API Developer Platform.

WunderGraph Quickstart β€’ Website β€’ Docs β€’ Examples β€’ Blog β€’ Discord β€’ Twitter What is WunderGraph? WunderGraph is the Next-Generation API Developer Pl

WunderGraph 861 Jan 4, 2023
Tiny Telegra.ph API wrapper for Deno

Telegra.ph API wrapper for Deno ?? This is a tiny Telegra.ph API wrapper for Deno written in TypeScript. All methods as listed here are available. See

Dunkan 9 Jul 28, 2022
Programmers House api official wrapper

programmershouse-wrapper Programmers House api official wrapper Install: npm install programmershouse-wrapper Example of using: With .then //importing

Raid 2 Mar 23, 2022
A Roblox OpenCloud API wrapper for Deno (and NodeJS) written in TypeScript.

Active Development This module is currently in active development. Nothing is going to stay consistent as it reaches a stable release. Dynablox Docs |

null 12 Oct 28, 2022
API wrapper for plutu.ly

Plutu-TS A tiny client for the plutu.ly API written in Typescript. ✨ Features: Tiny <1KB size gzip Works in Node.js and in Browser Built-in Typescript

Ayoub Alfurjani 5 May 2, 2022
A JavaScript wrapper for the Salad.io API!

SaladWrap A lightweight wrapper for the Salad.io API Quick Links Installation Code Example Console Output Maintainers Installation Install saladwrap.j

null 2 Apr 17, 2022