class Todoist::Misc::Backups

Public Instance Methods

get() click to toggle source

Returns the backups for a user.

# File lib/todoist/misc/backups.rb, line 7
def get()
  result = @client.api_helper.get_response(Config::TODOIST_BACKUPS_GET_COMMAND, {})
  ParseHelper.make_objects_as_hash(result)
end