# ExOwm v2.0.0 - Table of Contents ## Pages - [ExOwm](readme.md) - [Changelog](changelog.md) - [Upgrading to v2.0](upgrade.md) ## Modules - [ExOwm](ExOwm.md): ExOwm, OpenWeatherMap API Elixir client. - [ExOwm.Api](ExOwm.Api.md): This module contains functions for interacting with the OpenWeatherMap API. It builds request URLs, makes API calls using Req, and parses responses. - [ExOwm.Client](ExOwm.Client.md): Unified client for making OpenWeatherMap API requests. - [ExOwm.Location](ExOwm.Location.md): Validated location types for OpenWeatherMap API requests. - [ExOwm.RequestURL](ExOwm.RequestURL.md): Module responsible for building request URLs for OpenWeatherMap API calls.