feedbin / feedbin-api

Feedbin API Documentation
349 stars 26 forks source link

How to Post a new subscription to a Tag? #53

Closed garrenmicro closed 3 years ago

garrenmicro commented 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" }

garrenmicro commented 3 years ago

Turns out, this IS how to do it.