Module: DiscourseApi::API::Tags
- Included in:
- Client
- Defined in:
- lib/discourse_api/api/tags.rb
Instance Method Summary collapse
Instance Method Details
#show_tag(tag) ⇒ Object
5 6 7 8 |
# File 'lib/discourse_api/api/tags.rb', line 5 def show_tag(tag) response = get("/tag/#{tag}") response[:body] end |