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 a38cd76 commit 261b392Copy full SHA for 261b392
.fernignore
@@ -1,13 +1,15 @@
1
# Specify files that shouldn't be modified by Fern
2
+
3
+# Custom CI/CD
4
.github/workflows/auto-close-empty-prs.yml
-.github/workflows/ci.yml
5
6
+# Our own license
7
LICENSE
8
9
+# References doc (we have additional use cases)
10
+reference.md
11
12
# Custom Pipedream client files
-src/main/java/com/pipedream/api/AsyncBaseClient.java
-src/main/java/com/pipedream/api/AsyncBaseClientBuilder.java
-src/main/java/com/pipedream/api/BaseClient.java
-src/main/java/com/pipedream/api/BaseClientBuilder.java
13
src/main/java/com/pipedream/api/PipedreamClient.java
14
src/main/java/com/pipedream/api/PipedreamClientBuilder.java
15
src/main/java/com/pipedream/api/AsyncPipedreamClient.java
0 commit comments