예제 #1
0
 def _create_api_uri(self, *parts):
     """Internal helper for creating fully qualified endpoint URIs."""
     return urljoin(self.BASE_API_URI, '/'.join(imap(quote, parts)))
예제 #2
0
 def _create_api_uri(self, *parts):
     """Internal helper for creating fully qualified endpoint URIs."""
     return urljoin(self.BASE_API_URI, '/'.join(imap(quote, parts)))