Tweets Carousel Plugin

Get Started. It's Free
or sign up with your email address
Tweets Carousel Plugin by Mind Map: Tweets Carousel Plugin

1. Interfaces

1.1. VATweets_RESTS_API_Interface

1.1.1. methods

1.1.1.1. set_endpoint

1.1.1.1.1. description: Set endpoint of current API call

1.1.1.1.2. parameters

1.1.1.1.3. return: VATweets_RESTS_API_Interface $this

1.1.1.2. set_parameters

1.1.1.2.1. description: Set parameters of current API call

1.1.1.2.2. parameters

1.1.1.2.3. return: VATweets_RESTS_API_Interface $this

1.1.1.3. set_method

1.1.1.3.1. description: Set method of current API call (POST, GET, PUT,...)

1.1.1.3.2. parameters

1.1.1.3.3. return VATweets_RESTS_API_Interface $this

1.1.1.4. fire

1.1.1.4.1. description: Fire the current API call

1.1.1.4.2. parameters

1.1.1.4.3. return: Object stdClass (not-defined object)

1.1.2. description: Interface for Twitter RESTS API

2. Abstract Classes

2.1. VATweets_RESTS_API_Abstraction

2.1.1. properties

2.1.1.1. endpoint

2.1.1.2. parameters

2.1.1.3. method

2.1.2. methods

2.1.2.1. set_parameters

2.1.2.1.1. @inheritDocs

2.1.2.2. set_method

2.1.2.2.1. @inheritDocs

2.1.2.3. fire

2.1.2.3.1. @inheritDocs

2.1.3. description: Abstract class for Twitter RESTS API

3. Classes

3.1. VATweets_RESTS_API_UserTimeline

3.1.1. Description: This class handle collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters. Reference: GET statuses/user_timeline — Twitter Developers

3.1.2. methods

3.1.2.1. set_endpoint

3.1.2.1.1. @inheritDocs

3.2. VATweets_RESTS_API_Search

3.2.1. Description: This class handle collection of relevant Tweets matching a specified query. Reference: https://dev.twitter.com/rest/reference/get/search/tweets

3.2.2. methods

3.2.2.1. set_endpoint

3.2.2.1.1. @inheritDocs