Pasteee.jl
  • Home
    • Installation
    • Usage
  • Examples
  • Reference
Version
  • Home
  • Home
Edit on GitHub

Pasteee.jl Documentation

A Julia wrapper around the Paste.ee API.

See https://pastee.github.io/docs/.

Installation

This package is registered. Install with:

import Pkg
Pkg.add("Pasteee")

The source code is hosted on Github: https://github.com/cossio/Pasteee.jl

Usage

This package doesn't export any symbols. There are three main functions:

  • Pasteee.paste to create a paste
  • Pasteee.get to retrieve a paste
  • Pasteee.delete to delete a paste

See the Examples for usage help. See also the Reference section.

Examples »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.12 on Tuesday 8 February 2022. Using Julia version 1.7.2.