langgenius/dify

add type annotation to api endpoints

Fechada

#36.541 aberto em 23 de mai. de 2026

 (13 comentários) (1 reação) (0 responsável)TypeScript (22.210 forks)batch import
good first issue

Métricas do repositório

Stars
 (141.412 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 21h) (579 fundiu PRs em 30d)

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.

Guia do colaborador