langgenius/dify

add type annotation to api endpoints

クローズ

#36,541 opened on 2026/05/23

 (13 件のコメント) (1 件のリアクション) (0 人の担当者)TypeScript (22,210 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (141,412 個のスター)
PR merge metrics
 (平均マージ 1d 21h) (30d で 579 merged PRs)

説明

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.

コントリビューターガイド