Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glyn/karis-force
Karis Kids Salesforce application
https://github.com/glyn/karis-force
Last synced: about 2 months ago
JSON representation
Karis Kids Salesforce application
- Host: GitHub
- URL: https://github.com/glyn/karis-force
- Owner: glyn
- License: mit
- Created: 2019-01-25T06:14:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T13:22:46.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T21:51:17.011Z (4 months ago)
- Language: Go
- Size: 3.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Karis Kids Saleforce Application
Under development - do not use.
## Authentication
The following environment variables need to be set:
```terminal
export KARIS_FORCE_CLIENT_ID="xxx"
export KARIS_FORCE_CLIENT_SECRET="xxx"
export KARIS_FORCE_USER_NAME="[email protected]"
export KARIS_FORCE_PASSWORD="xxx"
export KARIS_FORCE_SECURITY_TOKEN="xxx"
```Notes:
* The client id and client secret are the consumer key and consumer secret, respectively, for the connected app
"karisforce". See [this description](https://developer.salesforce.com/forums/?id=906F0000000AfcgIAC) of how to obtain those values.
* The user name and password are your usual login details for Karis Kids Saleforce.
You must have "karisforce" assigned as a connected app.
* The security token is emailed to you when you [reset your security token](https://help.salesforce.com/articleView?id=user_security_token.htm&type=5).