blenderskool/diode

Enrich proxy URL with more context

Offen

#7 geöffnet am 05.01.2022

 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (4 Forks)github user discovery
enhancementgood first issue

Repository-Metriken

Stars
 (48 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide