Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spaceeec/crux_structs
- Owner: SpaceEEC
- License: mit
- Created: 2018-04-25T16:23:18.000Z (almost 7 years ago)
- Default Branch: trunk
- Last Pushed: 2022-01-09T12:48:43.000Z (about 3 years ago)
- Last Synced: 2024-05-02T05:32:21.403Z (9 months ago)
- Topics: discord, discord-api, elixir, hacktoberfest, library, structures
- Language: Elixir
- Homepage:
- Size: 1.03 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```