Build Status pipeline status coverage report

Lab

Gitlab API Elixir wrapper

Installation

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

Usage

{:ok, projects } = Lab.projects

TODO

  • Wrap the rest of the API :)