blenderskool/diode

Enrich proxy URL with more context

Ouverte

#7 ouverte le 5 janv. 2022

 (5 commentaires) (0 réaction) (1 personne assignée)TypeScript (4 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (48 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur