Module: Tsumanne

Extended by:
T::Sig
Defined in:
lib/tsumanne.rb,
lib/tsumanne/api.rb,
lib/tsumanne/cli.rb,
lib/tsumanne/version.rb

Overview

frozen_string_literal: true

Defined Under Namespace

Classes: API, CLI, Error

Constant Summary collapse

BASE_URL =

API endpoint of tsumanne.net.

"https://tsumanne.net/"
BOARD_IDS =

Valid Board Identifiers.

T.let({ img: "si", may: "my", jun: "tj", dat: "sa", special: "sp" }.freeze, T::Hash[Symbol, String])
INDEXES_ORDERS =

Corresponing orders to list indexes. (‘index` is same as `category`)

T.let({ hira: "↓あ", newer: "↓新" }.freeze, T::Hash[Symbol, String])
VERSION =
"0.0.3"