blenderskool/diode

Enrich proxy URL with more context

Open

#7 opened on Jan 5, 2022

 (5 comments) (0 reactions) (1 assignee)TypeScript (4 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (48 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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