Current section

Files

Jump to
news_api_ex lib news_api.ex
Raw

lib/news_api.ex

defmodule NewsApi do
@moduledoc """
Interface to the static endpoints of the News API.
See the [API docs](https://newsapi.org/docs) for more information.
"""
end