# PingPong v0.1.0 - Table of Contents

> PingPong is a small Elixir notification library for sending messages through multiple services with one consistent API.

## Pages

- [PingPong](readme.md)
- [Discord Guide](discord.md)
- [Telegram Guide](telegram.md)
- [LICENSE](license.md)

## Modules

- [PingPong](PingPong.md): Public API and OTP application entry point for PingPong.
- [PingPong.Dispatcher](PingPong.Dispatcher.md): Dispatches notifications to registered service modules.
- [PingPong.Notification](PingPong.Notification.md): Normalizes notification tuples before dispatching.
- [PingPong.Registry](PingPong.Registry.md): Resolves service keys to service modules.
- [PingPong.Service.Discord](PingPong.Service.Discord.md): Discord webhook notification service.
- [PingPong.Service.HTTP](PingPong.Service.HTTP.md): Shared HTTP helper used by network-backed services.
- [PingPong.Service.Mock](PingPong.Service.Mock.md): Local test service used for examples and development checks.
- [PingPong.Service.Telegram](PingPong.Service.Telegram.md): Telegram Bot API notification service.
- [PingPong.ServiceBehaviour](PingPong.ServiceBehaviour.md): Behaviour implemented by PingPong notification services.

