-
Name
-
restforce
-
Version
-
0.1.3
-
Platform
-
ruby
-
Authors
-
Eric J. Holmes
-
Bindir
-
bin
-
Date
-
2012-09-25 00:00:00 UTC
-
Dependencies
-
rake (>= 0)
faraday (~> 0.8.4)
faraday_middleware (~> 0.8.8)
json (~> 1.7.5)
hashie (~> 1.2.0)
faye (>= 0)
rspec (>= 0, development)
webmock (>= 0, development)
simplecov (>= 0, development)
-
Description
-
A lightweight ruby client for the Salesforce REST api.
-
Email
-
eric@ejholmes.net
-
Files
-
.gitignore
.rspec
.travis.yml
Gemfile
LICENSE
README.md
Rakefile
lib/restforce.rb
lib/restforce/client.rb
lib/restforce/collection.rb
lib/restforce/config.rb
lib/restforce/mash.rb
lib/restforce/middleware.rb
lib/restforce/middleware/authentication.rb
lib/restforce/middleware/authentication/password.rb
lib/restforce/middleware/authentication/token.rb
lib/restforce/middleware/authorization.rb
lib/restforce/middleware/caching.rb
lib/restforce/middleware/instance_url.rb
lib/restforce/middleware/logger.rb
lib/restforce/middleware/mashify.rb
lib/restforce/middleware/multipart.rb
lib/restforce/middleware/raise_error.rb
lib/restforce/sobject.rb
lib/restforce/upload_io.rb
lib/restforce/version.rb
restforce.gemspec
spec/fixtures/auth_error_response.json
spec/fixtures/auth_success_response.json
spec/fixtures/blob.jpg
spec/fixtures/expired_session_response.json
spec/fixtures/reauth_success_response.json
spec/fixtures/refresh_error_response.json
spec/fixtures/refresh_success_response.json
spec/fixtures/services_data_success_response.json
spec/fixtures/sobject/create_success_response.json
spec/fixtures/sobject/delete_error_response.json
spec/fixtures/sobject/describe_sobjects_success_response.json
spec/fixtures/sobject/list_sobjects_success_response.json
spec/fixtures/sobject/org_query_response.json
spec/fixtures/sobject/query_aggregate_success_response.json
spec/fixtures/sobject/query_empty_response.json
spec/fixtures/sobject/query_error_response.json
spec/fixtures/sobject/query_paginated_first_page_response.json
spec/fixtures/sobject/query_paginated_last_page_response.json
spec/fixtures/sobject/query_success_response.json
spec/fixtures/sobject/recent_success_response.json
spec/fixtures/sobject/search_error_response.json
spec/fixtures/sobject/search_success_response.json
spec/fixtures/sobject/sobject_describe_error_response.json
spec/fixtures/sobject/sobject_describe_success_response.json
spec/fixtures/sobject/sobject_find_error_response.json
spec/fixtures/sobject/sobject_find_success_response.json
spec/fixtures/sobject/upsert_created_success_response.json
spec/fixtures/sobject/upsert_error_response.json
spec/fixtures/sobject/upsert_multiple_error_response.json
spec/fixtures/sobject/upsert_updated_success_response.json
spec/fixtures/sobject/write_error_response.json
spec/lib/client_spec.rb
spec/lib/collection_spec.rb
spec/lib/config_spec.rb
spec/lib/mash_spec.rb
spec/lib/middleware/authentication/password_spec.rb
spec/lib/middleware/authentication/token_spec.rb
spec/lib/middleware/authentication_spec.rb
spec/lib/middleware/authorization_spec.rb
spec/lib/middleware/instance_url_spec.rb
spec/lib/middleware/logger_spec.rb
spec/lib/middleware/mashify_spec.rb
spec/lib/middleware/raise_error_spec.rb
spec/lib/sobject_spec.rb
spec/spec_helper.rb
spec/support/basic_client.rb
spec/support/fixture_helpers.rb
spec/support/middleware.rb
-
Homepage
-
https://github.com/ejholmes/restforce
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
1.8.23
-
Specification version
-
3
-
Summary
-
A lightweight ruby client for the Salesforce REST api.
-
Test files
-
spec/fixtures/auth_error_response.json
spec/fixtures/auth_success_response.json
spec/fixtures/blob.jpg
spec/fixtures/expired_session_response.json
spec/fixtures/reauth_success_response.json
spec/fixtures/refresh_error_response.json
spec/fixtures/refresh_success_response.json
spec/fixtures/services_data_success_response.json
spec/fixtures/sobject/create_success_response.json
spec/fixtures/sobject/delete_error_response.json
spec/fixtures/sobject/describe_sobjects_success_response.json
spec/fixtures/sobject/list_sobjects_success_response.json
spec/fixtures/sobject/org_query_response.json
spec/fixtures/sobject/query_aggregate_success_response.json
spec/fixtures/sobject/query_empty_response.json
spec/fixtures/sobject/query_error_response.json
spec/fixtures/sobject/query_paginated_first_page_response.json
spec/fixtures/sobject/query_paginated_last_page_response.json
spec/fixtures/sobject/query_success_response.json
spec/fixtures/sobject/recent_success_response.json
spec/fixtures/sobject/search_error_response.json
spec/fixtures/sobject/search_success_response.json
spec/fixtures/sobject/sobject_describe_error_response.json
spec/fixtures/sobject/sobject_describe_success_response.json
spec/fixtures/sobject/sobject_find_error_response.json
spec/fixtures/sobject/sobject_find_success_response.json
spec/fixtures/sobject/upsert_created_success_response.json
spec/fixtures/sobject/upsert_error_response.json
spec/fixtures/sobject/upsert_multiple_error_response.json
spec/fixtures/sobject/upsert_updated_success_response.json
spec/fixtures/sobject/write_error_response.json
spec/lib/client_spec.rb
spec/lib/collection_spec.rb
spec/lib/config_spec.rb
spec/lib/mash_spec.rb
spec/lib/middleware/authentication/password_spec.rb
spec/lib/middleware/authentication/token_spec.rb
spec/lib/middleware/authentication_spec.rb
spec/lib/middleware/authorization_spec.rb
spec/lib/middleware/instance_url_spec.rb
spec/lib/middleware/logger_spec.rb
spec/lib/middleware/mashify_spec.rb
spec/lib/middleware/raise_error_spec.rb
spec/lib/sobject_spec.rb
spec/spec_helper.rb
spec/support/basic_client.rb
spec/support/fixture_helpers.rb
spec/support/middleware.rb
-
Original platform
-
ruby
-
New platform
-
ruby