Sha256: 53f9dbf436a20efe11e182e598bb03ab941677c485934bcc8f02e00a188443c6
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
module Todoist module Misc class Backups include Todoist::Util # Returns the backups for a user. def get() result = NetworkHelper.getResponse(Config::TODOIST_BACKUPS_GET_COMMAND, {}) ParseHelper.make_objects_as_array(result) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
todoist-ruby-0.1.1 | lib/todoist/misc/backups.rb |