📄️ Configuring your REST Connector Project
The starting point for building any custom Connector, not just a REST based connector, is your build tool. Boomi recommends you to use Gradle to build your connector.
📄️ Authentication to your web service
A custom connector for a particular web service need some mechanism to authenticate http requests. There are many standard authentication schemes that are handled for you with the REST framework. The Rest Client Connector’s connection tab talks about them in detail.
📄️ Adding Browse functionality
Using a custom connector for a specific REST-based web service brings about a few notable benefits over using a technology connector like the REST Client Connector.