DevKit Connector Examples
The set of example connectors provided with the Anypoint Connector DevKit documentation illustrate a range of concepts and techniques to apply when building connectors for a variety of use cases. This document summarizes the available example connectors and what topics each one illustrates.
Assumptions
This document assumes that you are familiar with:
To work with these samples, create a development environment with the instructions in Setting Up a DevKit Development Environment.
Connector Examples
Connector | Example | Description |
---|---|---|
Dropbox |
A simple connector to Dropbox that implements OAuth1. |
|
Official MuleSoft Twitter connector based on the widely used, unofficial twitter4j client library. |
||
SunSetRise |
The de facto standard for building and consuming SOAP Web services. |
|
Dropbox |
Flexible access to any RESTful API. |
|
@RESTCall Annotations |
DevKit’s built-in client for simple RESTful APIs. |
See Also
-
Add DataSense (design-time metadata awareness) to your connector.
-
Research other advanced topics.