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