View Source Tw.URL (Tw v0.1.1)

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

new_tweet_params() :: %{
  optional(:text) => binary(),
  optional(:url) => binary(),
  optional(:hashtags) => [binary()],
  optional(:via) => binary(),
  optional(:related) => [binary()]
}

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