Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/box/box-salesforce-sdk
This is the Salesforce SDK for integrating with the Box Platform.
https://github.com/box/box-salesforce-sdk
apex
Last synced: about 2 months ago
JSON representation
This is the Salesforce SDK for integrating with the Box Platform.
- Host: GitHub
- URL: https://github.com/box/box-salesforce-sdk
- Owner: box
- License: apache-2.0
- Created: 2015-12-11T22:24:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:13:27.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:20:49.310Z (9 months ago)
- Topics: apex
- Language: Apex
- Homepage: https://developer.box.com/guides/tooling/sdks/salesforce/
- Size: 580 KB
- Stars: 54
- Watchers: 25
- Forks: 52
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges/)
[![Build Status](https://travis-ci.com/box/box-salesforce-sdk.svg?branch=master)](https://travis-ci.com/box/box-salesforce-sdk)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)# Box Salesforce SDK
This is the Salesforce SDK for integrating with the [Box Platform](https://developer.box.com/).
## Quickstart
The SDK can be deployed directly to Sandbox or Developer orgs by clicking:
[![Deploy to Salesforce](https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png)](https://githubsfdeploy.herokuapp.com?owner=box&repo=box-salesforce-sdk)
> "Deploy to Salesforce" functionality is not owned or operated by Box.
The SDK is also distributed as an umanaged package.
- [Production/Developer Package Link](https://cloud.box.com/Box-Apex-SDK)
- [Sandbox Package Link](https://cloud.box.com/Box-Apex-SDK-Sandbox)> Unmanaged packages can't be upgraded once installed in a Salesforce org so future upgrades will have to be applied by cloning the repo locally and updating classes from your IDE.
## Support
Questions? Reach out to us at our [Box Developer Forum](https://community.box.com/t5/Box-Developer-Forum/bd-p/DeveloperForum)!
## Copyright and License
Copyright 2020 Box, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.