langgenius/dify

add type annotation to api endpoints

Fermée

#36 541 ouverte le 23 mai 2026

 (13 commentaires) (1 réaction) (0 personne assignée)TypeScript (22 210 forks)batch import
good first issue

Métriques du dépôt

Stars
 (141 412 étoiles)
Métriques de merge PR
 (Merge moyen 1j 21h) (579 PRs mergées en 30 j)

Description

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.

Guide contributeur