langgenius/dify

add type annotation to api endpoints

已關閉

#36,541 建立於 2026年5月23日

 (13 則留言) (1 個反應) (0 位負責人)TypeScript (22,210 個分叉)batch import
good first issue

倉庫指標

星標
 (141,412 顆星)
PR 合併指標
 (平均合併 1天 21小時) (30 天內合併 579 個 PR)

描述

so we can easily do following migration.

rule: when find any

.route("/apps/<uuid:app_id>/messages/<uuid:message_id>")

begin with uuid: , type the parameter to UUID. begin with string:, type the parameter to str.

貢獻者指南