Problem/Motivation
Needed a way to add a sandbox Salesforce endpoint. Loosening the endpoint requirements fixed it. Is this the right approach?
Proposed resolution
Allow different endpoints than just login and test.
Remaining tasks
Review the things.
User interface changes
None.
API changes
validEndpoints() becomes validEndpoint() to check whether or not the given URL is valid.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | salesforce-endpoint.patch | 1.19 KB | robloach |
| salesforce-endpoint.patch | 1.19 KB | robloach |
Comments
Comment #2
robloachMissed a semi-colon.
Comment #3
aaronbaumanYes, this looks good.
Will get this into next release.
Thanks for the patch.
Comment #5
aaronbauman