Integrate your application with the AppDirect platform. Create a connector using the Developer SDK and use that connector to connect to the AppDirect ecosystem.
For more details see GitHub wiki.
- Java 17 or higher
- Build your connector using Spring Boot 3.0
- Automatic parsing of incoming AppDirect distribution API calls
- Automatic OAuth authentication for all API events to and from the AppDirect platform
- Provides handlers for your events
To incorporate the SDK into your application see Getting Started.
The SDK enables your application to handle AppDirect marketplace integration events. You have full control of the logic that your connector will execute when an integration events. See the Getting Started page for more information on how to implement your integration event handlers.
For more information about AppDirect marketplace integration events, see the AppDirect Documentation Center Subscription event notifications.
The SDK parses the raw event payloads provided by the AppDirect marketplace and creates an event specific Java object that is specific to the type of event. This ensures you receive a payload containing the information that is relevant to your event type.
For specific information regarding the different event types and the responses that you need to send back to the AppDirect marketplace when event processing is complete, see Event descriptions.
Some products must be associated with one or multiple domains. For more information see Domain management.
Use the SDK to enable REST points on your connector application. For more information, see Exposed endpoints.
mvn clean javadoc:jar source:jar install