We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cbbb7 commit ee4b369Copy full SHA for ee4b369
src/main/java/com/pipedream/api/AsyncPipedreamClient.java
@@ -6,9 +6,7 @@
6
import com.pipedream.api.resources.workflows.WorkflowsClient;
7
import java.util.Optional;
8
import java.util.function.Supplier;
9
-import org.immutables.value.Value;
10
11
-@Value
12
public class AsyncPipedreamClient extends AsyncBaseClient {
13
private final Supplier<WorkflowsClient> workflowsClient;
14
src/main/java/com/pipedream/api/PipedreamClient.java
public class PipedreamClient extends BaseClient {
0 commit comments