func (h *HttpRouterAddAliasRequest) HttpPath() string { return client.Inline("/frontend/:id/aliases", string(h.Frontend)) }
func (h *HttpRouterGetRoutesRequest) HttpPath() string { return client.Inline("/frontend/:id/routes", string(h.Frontend)) }
func (h *HttpRouterDeleteRouteRequest) HttpPath() string { return client.Inline("/frontend/:id/routes/:endpointId", string(h.Frontend), string(h.EndpointId)) }
func (h *HttpRouterDeleteFrontendRequest) HttpPath() string { return client.Inline("/frontend/:id", string(h.Frontend)) }
func (h *HttpGitArchiveContentRequest) HttpPath() string { return client.Inline("/repository/:id/archive/:ref", string(h.RepositoryId), string(h.Ref)) }
func (h *HttpCreateRepositoryRequest) HttpPath() string { return client.Inline("/repository/:id", string(h.Id)) }