Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 314 Bytes

DoccanoClient

Http Client for Interacting with Doccano in julia

Installation

The package can be installed with Julia's package manager, either by using the Pkg REPL mode (press ] to enter):

pkg> add DoccanoClient

or by using Pkg functions

julia> using Pkg; Pkg.add("DoccanoClient")