URI Template Builder (RFC 6570)
RFC 6570 URI templates are the standard for defining parameterized URLs (used by GitHub API, OAuth, OpenAPI). Templates like /users/{id}/repos{?type,sort} expand to concrete URLs based on variables. This tool tests templates and their expansions.