Module: Catch::Tag
- Included in:
- Client
- Defined in:
- lib/catch/tag.rb
Instance Method Summary collapse
-
#tags ⇒ Object
Provide a list of all tags in this user’s notes.
Instance Method Details
#tags ⇒ Object
Provide a list of all tags in this user’s notes. The response provides count (number of notes using this tag) and modified (most recent timestamp when a note using this tag was modified) properties for each tag
8 9 10 |
# File 'lib/catch/tag.rb', line 8 def connection.get("tags").body. end |