Current section
Files
Jump to
Current section
Files
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