# hunter v0.6.0 - Table of Contents

> Elixir client for the Mastodon API

## Pages

- [README](readme.md)
- [How to contribute](contributing.md)
- [Code of Conduct](code_of_conduct.md)
- [Changelog](changelog.md)

## Modules

- [Hunter](Hunter.md): An Elixir client for the Mastodon API

- [Hunter.Account](Hunter.Account.md): Account entity
- [Hunter.Api](Hunter.Api.md): Hunter API contract

- [Hunter.Api.HTTPClient](Hunter.Api.HTTPClient.md): HTTP Client for Hunter

- [Hunter.Application](Hunter.Application.md): Application entity
- [Hunter.Attachment](Hunter.Attachment.md): Attachment entity
- [Hunter.Card](Hunter.Card.md): Card entity
- [Hunter.Client](Hunter.Client.md): Defines a `Hunter` client

- [Hunter.Config](Hunter.Config.md): Hunter configuration.

- [Hunter.Context](Hunter.Context.md): Context entity
- [Hunter.Domain](Hunter.Domain.md): Domain blocks

- [Hunter.Emoji](Hunter.Emoji.md): Emoji entity

- [Hunter.EventStream](Hunter.EventStream.md): Event stream is a simple stream of text data encoded using UTF-8
- [Hunter.Instance](Hunter.Instance.md): Instance entity
- [Hunter.Mention](Hunter.Mention.md): Mention entity
- [Hunter.Notification](Hunter.Notification.md): Notification entity
- [Hunter.Relationship](Hunter.Relationship.md): Relationship entity
- [Hunter.Report](Hunter.Report.md): Report entity
- [Hunter.Result](Hunter.Result.md): Result entity
- [Hunter.Status](Hunter.Status.md): Status entity
- [Hunter.Tag](Hunter.Tag.md): Tag entity

- Exceptions
  - [Hunter.Error](Hunter.Error.md)

