Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Adding support for Twitter collection operations #119

@laszlocsontos

Description

@laszlocsontos

I'm developing an application with spring-social-twitter and noticed that there were no API binding for Twitter's collection API.

A collection is an editable group of Tweets hand-selected by a Twitter user or programmatically managed via collection APIs. Each collection is public and has its own page on twitter.com, making it easy to share and embed in your website and apps.

I looked into every descendant of AbstractTwitterOperations, but haven't found anything which would make HTTP requests to the /collections endpoints.

That said, my proposal is that I would add CollectionOperations to org.springframework.social.twitter.api.Twitter and the necessary model classes, (de)serializers and unit tests for this new functionality.

What do you think about this proposition?


Jira: SOCIALTW-87
Reference: Curate a collection of Tweets

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions