0

When creating a new activity, input and output parameters are not separated as it was need in v2. How does the design automation service distinguish between them? Is it via the verb? I hope not, because sometimes there are poorly designed Rest-APIs or GraphQL endpoints that require a POST request for receiving data.

4

1 回答 1

1

你是对的!它是通过动词 - 基于动词的类型,如果需要下载资源(get)或上传资源(put| post)等,设计自动化服务会采取行动,V3 还支持其他类型的动词read,如patch等.

于 2020-05-25T13:01:37.163 回答