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.

貢獻者指南