Can anyone confirm if publish method is still working?
I don't get any results. I've already tried different methods (channel_list, claim_list) and it worked.
Sample code:
const params = {
name: "test-name",
bid: 0.1,
file_path: "/path/to/file.mp4"
};
client.publish(params).then(data => console.log(data));
Can anyone confirm if publish method is still working?
I don't get any results. I've already tried different methods (channel_list, claim_list) and it worked.
Sample code: