Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.14 KB

Pasteee.jl - Julia API for Paste.ee

License codecov

Paste.ee is a free version of Pastebin with SSL, IPv6, and an easy to use API. This package provides a Julia wrapper around the Paste.ee API (see https://pastee.github.io/docs/).

Installation

This package is registered. Install with:

using Pkg
Pkg.add("Pasteee")

Related

Pastebin Julia wrapper: https://github.com/cossio/Pastebin.jl. Note that Pastebin has some limitations, such as 10 pastes / day for guest accounts (see https://pastebin.com/faq#11a). Paste.ee does not have these limitations.