README.md

[![Build Status](https://travis-ci.org/starbelly/lab.svg?branch=master)](https://travis-ci.org/starbelly/lab) [![pipeline status](https://gitlab.com/starbelly/lab/badges/master/pipeline.svg)](https://gitlab.com/starbelly/lab/commits/master) [![coverage report](https://gitlab.com/starbelly/lab/badges/master/coverage.svg)](https://gitlab.com/starbelly/lab/commits/master)
# Lab

Gitlab API Elixir wrapper

## Installation

```elixir
def deps do
  [
    {:lab, "~> 0.1.0"}
  ]
end
```

## Usage

```elixir
{:ok, projects } = Lab.projects
```

## TODO

 - Wrap the rest of the API :)