def _format_tags_endpoint(self, project_id: Text) -> Text: return '{base}/tags'.format( base=self._format_project_endpoint(project_id))