Skip to content

publish() method doesn't work? #3

Description

@pzabrocki

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));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions