blenderskool/diode

Enrich proxy URL with more context

开放

#7 创建于 2022年1月5日

 (5 条评论) (0 个反应) (1 位负责人)TypeScript (4 个派生)github user discovery
enhancementgood first issue

仓库指标

星标
 (48 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Proxy URLs generated in Diode right now are not human-readable and don't have any context about what the API endpoint actually does. This can be improved by updating the proxy URL id to include the route name entered by the user.

Example: {route-name encoded in a URL friendly way}-{nanoid of a shorter length} In this case, the route name cannot be changed once it's created.

贡献者指南