README.md

# ExHyperspace
[![Build Status](https://github.com/fremantle-industries/ex_hyperspace/workflows/test/badge.svg?branch=main)](https://github.com/fremantle-industries/ex_hyperspace/actions?query=workflow%3Atest)
[![hex.pm version](https://img.shields.io/hexpm/v/ex_hyperspace.svg?style=flat)](https://hex.pm/packages/ex_hyperspace)

Hyperspace API client for Elixir

## Installation

Add the `ex_hyperspace` package to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_hyperspace, "~> 0.0.5"}
  ]
end
```

## Requirements

- Erlang 22+
- Elixir 1.13+

## API Documentation

https://docs.hyperspace.xyz/hype/

## REST API

## Authors

- Alex Kwiatkowski - alex+git@fremantle.io

## License

`ex_hyperspace` is released under the [MIT license](./LICENSE)