Module: Catch::Tag

Included in:
Client
Defined in:
lib/catch/tag.rb

Instance Method Summary collapse

Instance Method Details

#tagsObject

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 tags
  connection.get("tags").body.tags
end