I'm trying to query an api with steemjs for multiple tags but it's not working. Anyone know how to do it?
steemapi.getDiscussionsByCreated({
"selected_tags": ["art", 'culture'],
"limit": 10
}, fn);
This is a live fiddle example:
I'm trying to query an api with steemjs for multiple tags but it's not working. Anyone know how to do it?
steemapi.getDiscussionsByCreated({
"selected_tags": ["art", 'culture'],
"limit": 10
}, fn);
This is a live fiddle example: