View Source Tw.URL (Tw v0.1.2)
Include knowledge on Twitter Web's URL.
Link to this section Summary
Link to this section Types
Specs
new_follow_params() ::
%{user: Tw.V1_1.User.t()}
| %{screen_name: binary()}
| %{user_id: Tw.V1_1.Tweet.id()}
Specs
new_like_params() ::
%{tweet: Tw.V1_1.Tweet.t()} | %{tweet_id: Tw.V1_1.Tweet.id()}
Specs
new_retweet_params() ::
%{tweet: Tw.V1_1.Tweet.t()} | %{tweet_id: Tw.V1_1.Tweet.id()}
Specs
Specs
search_params() :: %{
:q => binary(),
optional(:f) => :live | :user | :image | :video,
optional(:pf) => :on,
optional(:lf) => :on
}
Specs
switch_account() :: binary()
Link to this section Functions
Specs
hashtag(Tw.V1_1.Hashtag.t() | binary()) :: binary()
Specs
list(Tw.V1_1.List.t() | Tw.V1_1.List.id() | binary()) :: binary()
Specs
new_follow(new_follow_params()) :: binary()
Specs
new_like(new_like_params()) :: binary()
Specs
new_retweet(new_retweet_params()) :: binary()
Specs
new_tweet(new_tweet_params()) :: binary()
Specs
search(search_params()) :: binary()
Specs
tweet(Tw.V1_1.Tweet.t() | Tw.V1_1.Tweet.id() | binary()) :: binary()
Specs
user(Tw.V1_1.User.t() | Tw.V1_1.User.id() | binary()) :: binary()