This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streams.git
commit e28445d4af529e1d49ac8f4aa9075afa5f5469fc Merge: 378100b 4ce9405 Author: Steve Blackmon <[email protected]> AuthorDate: Tue Sep 26 09:35:08 2017 -0500 Merge pull request #389 from steveblackmon/STREAMS-531 STREAMS-531: Implement the /friendships endpoint in streams-provider-twitter .../apache/streams/twitter/api/Friendships.java | 105 +++++++++++++++++++++ .../twitter/api/FriendshipCreateRequest.json | 28 ++++++ .../twitter/api/FriendshipDestroyRequest.json | 23 +++++ .../streams/twitter/api/FriendshipShowRequest.json | 16 ++++ .../twitter/api/FriendshipShowResponse.json | 33 +++++++ .../twitter/api/FriendshipUpdateRequest.json | 33 +++++++ .../twitter/api/FriendshipsLookupRequest.json | 30 ++++++ .../twitter/api/FriendshipsOutgoingRequest.json | 23 +++++ .../apache/streams/twitter/pojo/Friendship.json | 39 ++++++++ .../apache/streams/twitter/pojo/Relationship.json | 19 ++++ .../streams/twitter/pojo/RelationshipSource.json | 49 ++++++++++ .../streams/twitter/pojo/RelationshipTarget.json | 27 ++++++ 12 files changed, 425 insertions(+) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
