2.2.0 • Published 3 years ago

volapi v2.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

volapi in node

Ever wanted to make a volafile bot, but python isn't your thing and Dongo's elixir is for plebs? volapi to the rescue!

Installation

You know the drill:

yarn add volapi

API

You got a Room and it emits Messages and Files and other stuff!

See sample_client.js

Changes

v2.0

  • Room.connect() will now actually wait for the room to be really ready, and will throw in the even an error with the subscription occurs (such as the 429 rate-limit message. Previously .connect() would only fail in the event of a network or http(s) error.
  • Related: the open event will now fire once the websocket is established, not when the ws protocol is done subscribing.
  • Related: new connected event, that happens when the connection is truly open and ready. May occur after other events (such as initial file events)
  • The upload_timeout event was renamed to upload_blocked.
  • New Room.report() method.
  • Room.janitor property, indicating your own janitorness
  • Room.setConfig was renamed to Room.updateConfig. Never was a public API.
  • New Room.setConfig method.
  • New Room.transferOwner method.
  • New Room.addJanitor/Room.removeJanitor methods.
2.2.0

3 years ago

2.1.0

4 years ago

2.0.6

4 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.1

5 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.3

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago