package

github.com/blitline-dev/allq_client_shard

master / published Apr 8, 2019 / repository

A client for interacting with an allqueue server. Available via https:///www.allqueue.com

allq_client

Crystal-lang support for Allqueue.

Beta: In progress.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  allq_client:
    github: blitline_dev/allq_client_shard
  1. Run shards install

Usage

require "allq_client"

TODO: Write usage instructions here

API