lavin-httpclient
Client for LavinMQ HTTP API. Its primary use is to be integrated into the CLI
Installation
-
Add the dependency to your
shard.yml
:dependencies: lavin-httpclient: gitlab: jadekharats/lavin-httpclient
-
Run
shards install
Usage
require "lavin-httpclient"
Development
Install :
- guardian
- Docker et Docker-compose
Launch :
docker compose up -d
to have a lavinmq instance readyguardian -c
to execute test when you savespec
orsrc
files
Contributing
Follow gitlab-flow :
- Create an issue.
- Create merge request from issue.
- Pull the merge request branch.
- Remove WIP markers
Contributors
- Jade D. Kharats - creator and maintainer