Jump to Content
GameWisp APIHome
API ReferenceDiscussions
v1.0

HomeLog InGameWisp API
API Reference
Log In
v1.0API ReferenceDiscussions

Introduction

  • Getting Started

Authorization

  • Overview
  • Registering an Application
  • Connecting to a GameWisp Channel
  • Scopes

REST API

  • Introduction
  • Pagination with Cursors
  • Additional Includes
  • Working with Benefits and Fulfillment

OAuth Resource

  • /oauth/authorizeget
  • /oauth/tokenpost

Channel Resource

  • /channel/informationget
  • /channel/subscribersget
  • /channel/subscriber-for-channelget
  • /channel/channel-by-twitch-detailsget

User Resource

  • /user/subscriptionsget
  • /user/informationget

Singularity

  • Introduction
  • Quick Start
  • Connecting your Client
  • Connecting to a GameWisp Channel
  • Testing Singularity

Singularity: Real-Time Events

  • Real-Time Events Basics
  • subscriber-new
  • subscriber-renewed
  • subscriber-benefits-change
  • subscriber-status-change
  • benefit-fulfilled
  • benefit-dismissed-user
  • benefit-dismissed-channel
  • tier-published
  • tier-unpublished
  • tier-modified
  • subscriber-anniversary

Singularity: On-Demand Events

  • On-Demand Event Basics
  • channel-connect
  • channel-disconnect
  • channel-subscribers
  • channel-tiers

Feedback, Bugs, Etc

  • Contact
Powered by 

tier-unpublished

Fires whenever a Channel unpublishes a tier.

Using Socket.IO this benefit can be listened to as follows:

socket.on('tier-unpublished', function(data){
    //Do stuff.
});

The analogue of the tier-published event. Fires when a channel unpublishes a tier. The response object is identical to tier-published.