You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To show the active subscription of the user, and also to determine of the user is allowed to stream audios, we should add memberAddress to the params list of subscriptions endpoint. The Web Player can not perform correctly without this feature.
Acceptance Criteria
The subscriptions endpoint should accept the following properties
Description
To show the active subscription of the user, and also to determine of the user is allowed to stream audios, we should add
memberAddress
to the params list of subscriptions endpoint. The Web Player can not perform correctly without this feature.Acceptance Criteria
subscriptions
endpoint should accept the following propertiesoffset: { type: 'number', min: 0, required: false, default: 0 }
limit: { type: 'number', min: 1, max 20, required: false, default: 10 }
creatorAddress: { type: 'string', required: false }
memberAddress: { type: 'string', required: false }
More info
In
streamer/services/blockchain-indexer/shared/dataService/business/subscriptions.js
we shouldThe text was updated successfully, but these errors were encountered: