Adds taggings support and some minor updates#2
Open
Conversation
After version 2.0.0 Webmock does not match credentials in the userinfo of an url See https://github.com/bblimke/webmock#important-since-version-200-webmock-does-not-match-credentials-provided-in-authorization-header-and-credentials-provided-in-the-userinfo-of-a-url-ie-stub_requestget-userpasswwwexamplecom-does-not-match-a-request-with-credentials-provided-in-the-authorization-header
Until 2014-03-14 the API hostname was api.feedbin.me. api.feedbin.me will remain available indefinitely but api.feedbin.com is recommended because it is the new primary domain. https://github.com/feedbin/feedbin-api#domain
Adds an options hash to the entries_for_feed method, so that it can support the same options as the entries method (pagination, items per page, etc) https://github.com/feedbin/feedbin-api/blob/master/content/entries.md#get-entries
Adds taggings support, see: https://github.com/feedbin/feedbin-api/blob/master/content/taggings.md
The api exposes taggings and tags, taggings are the relationship between tags and feeds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds tagging support via the
tag(id)andtagsmethods, updates the api hostname and updates the specs to recent webmock versions (see https://github.com/bblimke/webmock#important-since-version-200-webmock-does-not-match-credentials-provided-in-authorization-header-and-credentials-provided-in-the-userinfo-of-a-url-ie-stub_requestget-userpasswwwexamplecom-does-not-match-a-request-with-credentials-provided-in-the-authorization-header)