Sha256: cd9fbd291fccddc117d0083cffe19b1b04a4943863d88d46c4b7233b0ab6b21a
Contents?: true
Size: 164 Bytes
Versions: 42
Compression:
Stored size: 164 Bytes
Contents
module DiscourseApi module API module Tags def show_tag(tag) response = get("/tags/#{tag}") response[:body] end end end end
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
discourse_api-0.4.3 | lib/discourse_api/api/tags.rb |
discourse_api-0.4.2 | lib/discourse_api/api/tags.rb |