Sha256: 69a20a4a30a1fc68250303d06e0a628ff55e07651c144621b4529b9da91fcb51
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
## ---------------------------------------------------------------------- ## ## Ruby client for parse.com ## A quick library for playing with parse.com's REST API for object storage. ## See https://parse.com/docs/rest for full documentation on the API. ## ## ---------------------------------------------------------------------- require 'json' require 'patron' require 'date' require 'cgi' cwd = Pathname(__FILE__).dirname $:.unshift(cwd.to_s) unless $:.include?(cwd.to_s) || $:.include?(cwd.expand_path.to_s) require 'parse/object' require 'parse/query' require 'parse/datatypes'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
parse-ruby-client-0.0.1 | lib/parse.rb |