Introduction What is Object Store v2 Rest API? The Object Store v2 APIs allow you to use REST for the following operations: Object Store V2 REST API Anypoint exchange link : https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/object-store-v2 Implementation Step 1: To use the Object Store V2 REST API we need to have an application deployed in CloudHub with object store […]
Developing REST web service in Boomi In this blog, we will see how to develop REST web service in Boomi. To develop any REST service in Boomi, we have to configure a connector called as “Web Services Server” connector. In this example, we will develop a REST web service which will perform addition of two […]
Consume Salesforce API Using the REST Client Connector What is Rest? An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. For […]