package uritemplates

Import Path
	google.golang.org/api/internal/third_party/uritemplates (on go.dev)

Dependency Relation
	imports 5 packages, and imported by one package

Involved Source Files Package uritemplates is a level 3 implementation of RFC 6570 (URI Template, http://tools.ietf.org/html/rfc6570). uritemplates does not support composite values (in Go: slices or maps) and so does not qualify as a level 4 implementation. utils.go
Package-Level Type Names (total 4, none are exported)
/* sort exporteds by: | */
Package-Level Functions (total 5, in which 1 are exported)
Expand parses then expands a URI template with a set of values to produce the resultant URI. Two forms of the result are returned: one with all the elements escaped, and one with the elements unescaped.
Package-Level Variables (total 4, none are exported)