langgenius/dify

add type annotation to api endpoints

Chiusa

#36.541 aperta il 23 mag 2026

 (13 commenti) (1 reazione) (0 assegnatari)TypeScript (22.210 fork)batch import
good first issue

Metriche repository

Star
 (141.412 stelle)
Metriche merge PR
 (Merge medio 1g 21h) (579 PR mergiate in 30 g)

Descrizione

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.

Guida contributor