2.0.0 • Published 3 years ago

roblox-purchase-streams v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Roblox Purchase Streams

Introduction

This code is used when you need easy access to logging purchases through the Roblox Platform.

Code Samples

var streammodule = require('roblox-purchase-streams')
readable.createStream({
  token:TOKEN,
  assetid:ASSETID,
  groupid:OPTIONALGROUPID, //omit if not applicable 
})
.then((stream)=>{
  stream.on("data",(data)=>{
    console.log(data)
  })
})
2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago