news_api v0.2.0 Everything.Params View Source

Link to this section Summary

Link to this section Types

Link to this type

language()

View Source
language() ::
  :ar
  | :de
  | :en
  | :es
  | :fr
  | :he
  | :it
  | :nl
  | :no
  | :pt
  | :ru
  | :se
  | :ud
  | :zh
Link to this type

sort_by()

View Source
sort_by() :: :relevancy | :popularity | :publishedAt
Link to this type

t()

View Source
t() :: %Everything.Params{
  domains: String.t(),
  excludeDomains: String.t(),
  from: String.t(),
  language: language(),
  page: integer(),
  pageSize: integer(),
  q: String.t(),
  qInTitle: String.t(),
  sortBy: sort_by(),
  sources: String.t(),
  to: String.t()
}

Link to this section Functions