Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikamai/rxp-hpp-elixir
Realex Hpp SKD for Elixir
https://github.com/mikamai/rxp-hpp-elixir
elixir
Last synced: about 1 month ago
JSON representation
Realex Hpp SKD for Elixir
- Host: GitHub
- URL: https://github.com/mikamai/rxp-hpp-elixir
- Owner: mikamai
- Created: 2017-12-11T21:39:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T13:54:17.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T19:56:50.745Z (10 months ago)
- Topics: elixir
- Language: Elixir
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RxpHppElixir
Elixir SDK to encrypt / decrypt Realex HPP requests and responses
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `rxp_hpp_elixir` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:rxp_hpp_elixir, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/rxp_hpp](https://hexdocs.pm/rxp_hpp).## Test
To run test
```
$ mix test
```## Contributing
1. Fork the project.
2. Make your feature addition or bug fix.
3. Add tests for it. This is important so I don't break it in a future version unintentionally.
4. Open a pull request.## License
MIT License.