Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit246468a

Browse files
authored
Add support for workflow invocations (#42)
* Add `workflows` module that contains the "invoke" and "invoke forexternal user" cases already present in the existing TypeScript SDK* Document the new functionality in the reference doc* Bump major version (release candidate)
1 parent3074672 commit246468a

File tree

8 files changed

+803
-237
lines changed

8 files changed

+803
-237
lines changed

‎.fernignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
.gitignore
55
LICENSE
66

7+
src/pipedream/__init__.py
78
src/pipedream/pipedream.py
89
src/pipedream/proxy/client.py
10+
src/pipedream/workflows/**/*

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pipedream"
33

44
[tool.poetry]
55
name ="pipedream"
6-
version ="0.3.4"
6+
version ="1.0rc1"
77
description =""
88
readme ="README.md"
99
authors = []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp