/Re2oAPIClients.jl

Primary LanguageJuliaMIT LicenseMIT

Re2oAPIClient

Build Status Codecov

This is a Julia client for Re2o. It is strongly inspired by @MoaMoaK's work here.

Features

Connect :

client = Re2oAPIClient("url", "username", "password", use_tls=false)

A token will be fetched on Re2o. It is stored by default in ~/.re2otoken.

List endpoint :

list(client, endpoint)

Other features will be added later.