blenderskool/diode

Enrich proxy URL with more context

オープン

#7 opened on 2022/01/05

 (5 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (4 件のフォーク)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (48 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド