Sha256: 36c36588165324bb9b2edf45fb2228ef19958c76084f5082677ba99a67a0c643
Contents?: true
Size: 194 Bytes
Versions: 13
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true module DiscourseApi module API module Tags def show_tag(tag) response = get("/tags/#{tag}") response[:body] end end end end
Version data entries
13 entries across 13 versions & 1 rubygems