1.0.6 • Published 4 years ago

twitchappapi v1.0.6

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
4 years ago

Twitch App API wrapper

Source

Examples/usage

const twitchappapi = require('twitchappapi');

twitchappapi.getAddonInfo(310806);

twitchappapi.getMultipleAddons([310806, 304026]);

twitchappapi.addonSearch(0, 432, '1.12.2', 0, 25, 'ultimate', 4471, 0);

twitchappapi.getAddonDescription(310806);

twitchappapi.getAddonFileChangelog(310806, 2657461);

twitchappapi.getAddonFileInformation(310806, 2657461);

twitchappapi.getAddonFiles(304026);

twitchappapi.getFeaturedAddons(432, [], 6, 14, 14);

twitchappapi.getAddonsDatabaseTimestamp();

twitchappapi.getAddonByFingerPrint([3028671922]);
1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago