force-rest-api
force-rest-api copied to clipboard
Java library for Force.com REST API
apiRequest is a very useful method, encapsulating retry logic and handling explicit HTTP result codes that we don't want to repeat in our own code. It would be very helpful...
I couldn't find any way of getting Attachment body (for example) from your library, so I added this method.
This is a proposal to address #47. It also adds an asStream() and asBytes() method to potentially address #55. Looking forward to comments. Does this work for you @holtonma and...
https://github.com/jesperfj/force-rest-api/blob/0c224e0f90a1dc4c3a751a4f10a4c6899ad6f09d/src/main/java/com/force/api/ResourceRepresentation.java#L29 In addition to `asList()` and `asMap()` and the custom `as(Class)` it would be nice to expose `asRawJson()` method or similar. This way one could receive the raw JSON from...
private Integer precision; private Integer scale;
Work around is to log into SFDC and open up a Contact record.
java.lang.RuntimeException: com.fasterxml.jackson.databind.JsonMappingException: No content to map due to end-of-input at [Source: UNKNOWN; line: 1, column: 1] java.lang.RuntimeException: com.fasterxml.jackson.databind.JsonMappingException: No content to map due to end-of-input at [Source: UNKNOWN; line: 1,...
Hi, We are using the `ForceAPI` library and would like to to retrieve the calculated formula of a field. As described here: https://developer.salesforce.com/docs/atlas.en-us.246.0.api.meta/api/sforce_api_calls_describesobjects_describesobjectresult.htm Salesforce supplies `formula` which is: ``` The...
Bumps [org.eclipse.jetty:jetty-http](https://github.com/eclipse/jetty.project) from 9.4.48.v20220622 to 9.4.53.v20231009. Release notes Sourced from org.eclipse.jetty:jetty-http's releases. 9.4.53.v20231009 Security Updates This release addresses: CVE-2023-44487 CVE-2023-36478 Sponsored Release This is a release of the End of...