Support for Collection API#159
Open
iwataka wants to merge 4 commits intoChimeraCoder:masterfrom
Open
Conversation
* 'master' of https://github.com/ChimeraCoder/anaconda: (47 commits) Update docs to fix broken Twitter API reference links (ChimeraCoder#227) Unmarshal EventFollow data type (ChimeraCoder#220) Correctly pass arguments in BasicLogger (ChimeraCoder#109) Added comment to GetCredentials (ChimeraCoder#171) Add GetUsersSuggestions (ChimeraCoder#219) Close channel on non-nil errors (ChimeraCoder#215) Update docs for timeline methods with links (ChimeraCoder#212) Fix typo in documentation for GetFriendshipsNoRetweets (ChimeraCoder#214) Specify gofmt version for build check (ChimeraCoder#218) Fixed getting direct message return data type (ChimeraCoder#181) Add email field (ChimeraCoder#164) Add race detector to tests in CI build (ChimeraCoder#208) Automatically deflate based on Content-Encoding (ChimeraCoder#179) Close channel in GetFriendsListAll on non-nil error (ChimeraCoder#186) Add method to fetch list tweets by slug and owner_screen_name (ChimeraCoder#207) JSON tags for entities (ChimeraCoder#183) Add application/rate_limit_status (ChimeraCoder#205) Add ability to add members in batch to list (ChimeraCoder#191) Fix streaming parsing for delete/direct_message (ChimeraCoder#162) Add users/report_spam endpoint (ChimeraCoder#198) ...
* 'master' of https://github.com/ChimeraCoder/anaconda: add PostAccountUpdateProfile (ChimeraCoder#259) Add RemoveUserFromList / RemoveMultipleUsersFromList (ChimeraCoder#247) Update README for streaming API. (ChimeraCoder#241) Add Category struct and change GetUsersSuggestions to use it (ChimeraCoder#228) Use exclude instead of include directive for Travis (ChimeraCoder#235) Implement GetListMembers (ChimeraCoder#240) Cleaned up README indentations and captions (ChimeraCoder#237) Implement IndicateTyping endpoint (ChimeraCoder#236) Enforce a default HTTP client timeout (ChimeraCoder#226) Store OAuth credentials per TwitterApi instance (ChimeraCoder#222) Disable Go 1.6 tests on OS X in Travis (ChimeraCoder#232)
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.
I wanted to use Collection API and implemented it by myself.
Feel free to add suggestions.