I'm trying to add tags to each entries the only method I find is getting list of tags by GET /v2/taggings.json and after that search for tags of the feed by feed_id it's too much additional work, it will be better if we can get entries with their tags
I'm trying to add tags to each entries the only method I find is getting list of tags by
GET /v2/taggings.jsonand after that search for tags of the feed byfeed_idit's too much additional work, it will be better if we can get entries with their tags