Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spaceeec/crux_structs

A library providing Discord API structures
https://github.com/spaceeec/crux_structs

discord discord-api elixir hacktoberfest library structures

Last synced: 3 months ago
JSON representation

A library providing Discord API structures

Awesome Lists containing this project

README

        

# Crux.Structs [![](https://github.com/SpaceEEC/crux_structs/workflows/Tests/badge.svg?event=push&branch=master)](https://github.com/SpaceEEC/crux_structs/actions) [![](https://github.com/SpaceEEC/crux_structs/workflows/Documentation/badge.svg?event=push&branch=master)](https://spaceeec.github.io/crux_structs)

Library providing structures representing objects from the [Discord API](https://discord.com/developers/docs/) and a few utility structs.

## Useful links

- [Documentation](https://hexdocs.pm/crux_structs/0.2.3/)
- [GitHub](https://github.com/SpaceEEC/crux_structs/)
- [Changelog](https://github.com/SpaceEEC/crux_structs/releases/tag/0.2.3/)
- [Crux Libraries Overview](https://github.com/SpaceEEC/crux)

## Installation

The library can be installed by adding `crux_structs` to your list of dependencies in `mix.exs`:

```elixir
def deps() do
[
{:crux_structs, "~> 0.2.3"}
]
end
```