# Elixir IPFS v0.2.1 - Table of Contents

> Core Elixir IPFS module for Kubo IPFS RPC API

## Modules

- [ExIpfs](ExIpfs.md): Core commands and types for ExIpfs.
In order for this module to work you need to have an IPFS daemon running. See README.md for details.
- [ExIpfs.Api](ExIpfs.Api.md): A module that contains the functions that are used to interact with the IPFS API.

- [ExIpfs.ApiStreamingClient](ExIpfs.ApiStreamingClient.md): An http client to handle streaming data from the IPFS API.

- [ExIpfs.Cid](ExIpfs.Cid.md): ExIpfs.Cid is where the cid commands of the IPFS API reside.

- [ExIpfs.Multibase](ExIpfs.Multibase.md): ExIpfs.Multibase is where the multibase commands of the IPFS API reside.

- [ExIpfs.Refs](ExIpfs.Refs.md): ExIpfs.Refs is where the commands to lookup references are defined.

