Searched refs:api_endpoint (Results 1 – 1 of 1) sorted by relevance
142 def NormalizeApiEndpoint(api_endpoint): argument143 if not api_endpoint.endswith('/'):144 api_endpoint += '/'145 return api_endpoint