salesforce-sdk
salesforce-sdk copied to clipboard
A Salesforce library for communicating with the IBM Watson REST APIs
Hello, Per this document: https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change The endpoint 'watsonplatform.net' is referenced extensively in this code will no longer work after 5/26. Will this package be updated to the new endpoint or...
JSON deserialization for models using `IBMWatsonDynamicModel` fails when JSON object keys are case insensitive. The following Apex code can be run and errors out with: `System.JSONException: Duplicate field: IBMDiscoveryV1Models.QueryResult.id_serialized_name` ```...
Internally, any properties that would be of type `Map` use the wrapper model `IBMWatsonMapModel` because the base Apex deserializer doesn't support the former. However, from a developer's perspective, they should...