The Hyperscience connector allows you to connect a Mule App to create, list, and retrieve submissions.
| Application/Service | Version |
|---|---|
Mule Runtime |
4.3.x and later |
Hyperscience API |
34.x.x and later |
Java |
1.8 and later |
The Hyperscience connector supports the following operations:
-
Create submissions.
-
Retrieve information about a submission.
-
List submissions.
Before using the connector, add this dependency to your application pom.xml:
<dependency>
<groupId>com.mulesoft.connectors</groupId>
<artifactId>mule4-hyperscience-connector</artifactId>
<version>1.0.0</version>
<classifier>mule-plugin</classifier>
</dependency>