【发布时间】:2017-12-08 14:23:14
【问题描述】:
我想使用 nodejs 客户端删除 getstream 提要(像TIMELINE:200 这样的单个完整流)
const timeline = client.feed('TIMELINE', '200');
timeline.delete(); // this line throws error
TypeError:timeline_200.feed.delete 不是函数
【问题讨论】:
标签: node.js getstream-io