-
Name
-
restforce
-
Version
-
2.5.4
-
Platform
-
ruby
-
Authors
-
Eric J. Holmes
Tim Rogers
-
Bindir
-
bin
-
Date
-
2019-05-15 00:00:00 UTC
-
Dependencies
-
faraday (>= 0.9.0, <= 1.0)
faraday_middleware (>= 0.8.8, <= 1.0)
json (>= 1.7.5)
hashie (>= 1.2.0, < 4.0)
rspec (~> 2.14.0, development)
webmock (~> 1.13.0, development)
simplecov (~> 0.7.1, development)
rubocop (~> 0.31.0, development)
faye (>= 0, development)
-
Description
-
A lightweight ruby client for the Salesforce REST API.
-
Email
-
eric@ejholmes.net
tim@gocardless.com
-
Files
-
.gitignore
.rubocop.yml
.rubocop_todo.yml
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
Gemfile.travis
Guardfile
LICENSE
README.md
Rakefile
lib/restforce.rb
lib/restforce/abstract_client.rb
lib/restforce/attachment.rb
lib/restforce/client.rb
lib/restforce/collection.rb
lib/restforce/concerns/api.rb
lib/restforce/concerns/authentication.rb
lib/restforce/concerns/base.rb
lib/restforce/concerns/caching.rb
lib/restforce/concerns/canvas.rb
lib/restforce/concerns/connection.rb
lib/restforce/concerns/picklists.rb
lib/restforce/concerns/streaming.rb
lib/restforce/concerns/verbs.rb
lib/restforce/config.rb
lib/restforce/data/client.rb
lib/restforce/document.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/custom_headers.rb
lib/restforce/middleware/gzip.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/patches/parts.rb
lib/restforce/signed_request.rb
lib/restforce/sobject.rb
lib/restforce/tooling/client.rb
lib/restforce/upload_io.rb
lib/restforce/version.rb
restforce.gemspec
script/bootstrap
script/console
script/guard
script/test
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/get_deleted_success_response.json
spec/fixtures/sobject/get_updated_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/sobject_select_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/integration/abstract_client_spec.rb
spec/integration/data/client_spec.rb
spec/spec_helper.rb
spec/support/client_integration.rb
spec/support/concerns.rb
spec/support/event_machine.rb
spec/support/fixture_helpers.rb
spec/support/matchers.rb
spec/support/middleware.rb
spec/support/mock_cache.rb
spec/unit/abstract_client_spec.rb
spec/unit/attachment_spec.rb
spec/unit/collection_spec.rb
spec/unit/concerns/api_spec.rb
spec/unit/concerns/authentication_spec.rb
spec/unit/concerns/base_spec.rb
spec/unit/concerns/caching_spec.rb
spec/unit/concerns/canvas_spec.rb
spec/unit/concerns/connection_spec.rb
spec/unit/concerns/streaming_spec.rb
spec/unit/config_spec.rb
spec/unit/data/client_spec.rb
spec/unit/document_spec.rb
spec/unit/mash_spec.rb
spec/unit/middleware/authentication/password_spec.rb
spec/unit/middleware/authentication/token_spec.rb
spec/unit/middleware/authentication_spec.rb
spec/unit/middleware/authorization_spec.rb
spec/unit/middleware/custom_headers_spec.rb
spec/unit/middleware/gzip_spec.rb
spec/unit/middleware/instance_url_spec.rb
spec/unit/middleware/logger_spec.rb
spec/unit/middleware/mashify_spec.rb
spec/unit/middleware/raise_error_spec.rb
spec/unit/signed_request_spec.rb
spec/unit/sobject_spec.rb
spec/unit/tooling/client_spec.rb
-
Homepage
-
http://restforce.org/
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.0.3
-
Specification version
-
4
-
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/get_deleted_success_response.json
spec/fixtures/sobject/get_updated_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/sobject_select_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/integration/abstract_client_spec.rb
spec/integration/data/client_spec.rb
spec/spec_helper.rb
spec/support/client_integration.rb
spec/support/concerns.rb
spec/support/event_machine.rb
spec/support/fixture_helpers.rb
spec/support/matchers.rb
spec/support/middleware.rb
spec/support/mock_cache.rb
spec/unit/abstract_client_spec.rb
spec/unit/attachment_spec.rb
spec/unit/collection_spec.rb
spec/unit/concerns/api_spec.rb
spec/unit/concerns/authentication_spec.rb
spec/unit/concerns/base_spec.rb
spec/unit/concerns/caching_spec.rb
spec/unit/concerns/canvas_spec.rb
spec/unit/concerns/connection_spec.rb
spec/unit/concerns/streaming_spec.rb
spec/unit/config_spec.rb
spec/unit/data/client_spec.rb
spec/unit/document_spec.rb
spec/unit/mash_spec.rb
spec/unit/middleware/authentication/password_spec.rb
spec/unit/middleware/authentication/token_spec.rb
spec/unit/middleware/authentication_spec.rb
spec/unit/middleware/authorization_spec.rb
spec/unit/middleware/custom_headers_spec.rb
spec/unit/middleware/gzip_spec.rb
spec/unit/middleware/instance_url_spec.rb
spec/unit/middleware/logger_spec.rb
spec/unit/middleware/mashify_spec.rb
spec/unit/middleware/raise_error_spec.rb
spec/unit/signed_request_spec.rb
spec/unit/sobject_spec.rb
spec/unit/tooling/client_spec.rb
-
Original platform
-
ruby
-
New platform
-
ruby