0.5.8 • Published 12 months ago

wrapblox v0.5.8

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
12 months ago

WrapBlox

Wrapblox is a promise based API wrapper for the Roblox API written in typescript. It is currently in development and really isnt meant for production.

Installation

Install using NPM

npm install wrapblox

Usage

import WrapBlox from "wrapblox";

const wrapblox = new WrapBlox("optional cookie");

const user = await wrapblox.fetchUser(1); // Returns a user object

Reasons to use WrapBlox

WrapBlox was made mainly just because i didnt like how alternative librarys worked for one reason or another. The main benefit of this over using something like noblox.js is that it doesnt use any extra dependencies and uses built in node functions.

Wrapblox is written in typescript so if you are using typescript you will get proper type checking with it.

FAQ

  • Why are some methods missing?
    • Answer 1: WrapBlox is still in development and is missing some methods. If you need a method that is missing you can make a pull request or open an issue.
    • Answer 2: WrapBlox doesnt include methods that require captcha solving as that is not something that can be done with an API wrapper.
0.5.8

12 months ago

0.5.7

12 months ago

0.5.4

1 year ago

0.4.5

1 year ago

0.5.3

1 year ago

0.5.6

12 months ago

0.4.7

1 year ago

0.5.5

12 months ago

0.4.6

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.9

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.2.1

2 years ago

0.2.1-b

2 years ago

0.2.1-a

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago