Current section
Files
Jump to
Current section
Files
ex_hyperspace
README.md
README.md
# ExHyperspace
[](https://github.com/fremantle-industries/ex_hyperspace/actions?query=workflow%3Atest)
[](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)