Skip to content

Instantly share code, notes, and snippets.

@giljr
Last active October 25, 2025 13:26
Show Gist options
  • Select an option

  • Save giljr/2753f3478328ada082569dda5feab6da to your computer and use it in GitHub Desktop.

Select an option

Save giljr/2753f3478328ada082569dda5feab6da to your computer and use it in GitHub Desktop.
🧭 Understanding URL Components How to Break Down and Identify Every Part of a Web Address - https://medium.com/jungletronics/understanding-url-components-7366f8a5d68b
Version Endpoint Controller Action
v1 /api/v1/rcad/processar Api::V1::RcadController processar
v2 /api/v2/rcad/processar Api::V2::RcadController processar

✅ Yes — they coexist, letting you upgrade or test new API versions without breaking the old one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment