Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 885 Bytes

File metadata and controls

36 lines (26 loc) · 885 Bytes

Hyperscience Connector Release Notes

The Hyperscience connector allows you to connect a Mule App to create, list, and retrieve submissions.

Version 1.0.0 - December 2022

Version Compatibility

Application/Service Version

Mule Runtime

4.3.x and later

Hyperscience API

34.x.x and later

Java

1.8 and later

Key Features

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>