https://github.com/codedge-llc/jsend
JSend API specification for Elixir.
https://github.com/codedge-llc/jsend
elixir elixir-lang elixir-language jsend
Last synced: about 1 month ago
JSON representation
JSend API specification for Elixir.
- Host: GitHub
- URL: https://github.com/codedge-llc/jsend
- Owner: codedge-llc
- License: mit
- Created: 2024-12-26T19:17:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T19:38:17.000Z (5 months ago)
- Last Synced: 2025-01-18T22:43:56.760Z (4 months ago)
- Topics: elixir, elixir-lang, elixir-language, jsend
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# JSend
> JSend API specification for Elixir. Learn more at [omniti-labs/jsend](https://github.com/omniti-labs/jsend).
[](https://github.com/codedge-llc/jsend/actions/workflows/ci.yml)
[](https://hex.pm/packages/jsend)
[](https://hex.pm/packages/jsend)
[](https://github.com/codedge-llc/jsend/blob/main/LICENSE.md)
[](https://github.com/codedge-llc/jsend/commits/main)
[](https://hexdocs.pm/jsend/)## Installation
1. Add `jsend` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:jsend, "~> 0.1.0"}
]
end
```## Contributing
### Testing
Unit tests can be run with `mix test`.
### Formatting
This project uses Elixir's `mix format` and [Prettier](https://prettier.io) for formatting.
Add hooks in your editor of choice to run it after a save. Be sure it respects this project's
`.formatter.exs`.### Commits
Git commit subjects use the [Karma style](http://karma-runner.github.io/5.0/dev/git-commit-msg.html).
## License
Copyright (c) 2024 Codedge LLC (https://www.codedge.io/)
This library is MIT licensed. See the [LICENSE](https://github.com/codedge-llc/jsend/blob/main/LICENSE.md) for details.