module Face::Client::Tags

Public Instance Methods

tags_add(opts={}) click to toggle source
# File lib/face/client/tags.rb, line 8
def tags_add(opts={})
  make_request(:tags_add, opts.merge(user_auth_param))
end
tags_get(opts={}) click to toggle source
# File lib/face/client/tags.rb, line 4
def tags_get(opts={})
  make_request(:tags_get, opts.merge(user_auth_param))
end
tags_remove(opts={}) click to toggle source
# File lib/face/client/tags.rb, line 16
def tags_remove(opts={})
  make_request(:tags_remove, opts.merge(user_auth_param))
end
tags_save(opts={}) click to toggle source
# File lib/face/client/tags.rb, line 12
def tags_save(opts={})
  make_request(:tags_save, opts.merge(user_auth_param))
end