Chris Feldhacker

Results 3 issues of Chris Feldhacker

### Summary The Schema namespace is implicitly imported by Salesforce but is not available for autocompletion. ### Steps To Reproduce: 1. Create a new Apex class and method. 2. Declare...

area:apex
area:codecompletion
type:enhancements

The current checkContextForCallout() method looks like this: ```java private void checkContextForCallout() { if (Limits.getLimitCallouts() < 1) { throw new BoxApiRequestException('BoxApiRequest unable to make a callout due to no remaining callouts...

Currently, the SDK only supports building a multipart/form-data body using the file content only. However, the Upload File Version operation supports additional body parameters for specifying a new 'name' as...