Closed garrenmicro closed 3 years ago
This isn't an Issue, but I'm not entirely clear..if I've setup a number of Tags in Feedbin, how can I Post a new Subscription with a specific Tag? The Post only allows for a URL
{ "feed_url": "http://daringfireball.net/index.xml" }
Should I create the Subscription, grab the resulting feed_id, then Create a new Taggings?
{ "feed_id": 1, "name": "Design" }
Turns out, this IS how to do it.
This isn't an Issue, but I'm not entirely clear..if I've setup a number of Tags in Feedbin, how can I Post a new Subscription with a specific Tag? The Post only allows for a URL
{ "feed_url": "http://daringfireball.net/index.xml" }
Should I create the Subscription, grab the resulting feed_id, then Create a new Taggings?
{ "feed_id": 1, "name": "Design" }