module DiscourseApi::API::Tags
Public Instance Methods
show_tag(tag)
click to toggle source
# File lib/discourse_api/api/tags.rb, line 5 def show_tag(tag) response = get("/tag/#{tag}") response[:body] end