Registry / http-client / parse-ruby-client

parse-ruby-client

JSON →
library0.3.0rbrubygemsunverified

A simple Ruby client for the Parse.com REST API.

gem install parse-ruby-client
INSTALL
IMPORT
SIG · PARSE-RUBY-CLIENT
P
parse-ruby-client
http-clientrubyv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parse
require 'parse-ruby-client'

Initialize the client and save a new object.

require 'parse-ruby-client' Parse.init application_id: 'YOUR_APP_ID', api_key: 'YOUR_API_KEY' object = Parse::Object.new('GameScore') object['score'] = 1337 object.save
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
parse-ruby-client — gem install parse-ruby-client · libregistry