How to use the azure-cognitiveservices-search-customsearch.azure.cognitiveservices.search.customsearch.version.VERSION function in azure-cognitiveservices-search-customsearch

To help you get started, we’ve selected a few azure-cognitiveservices-search-customsearch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-cognitiveservices-search-customsearch / azure / cognitiveservices / search / customsearch / custom_search_client.py View on Github external
def __init__(
            self, credentials, base_url=None):

        if credentials is None:
            raise ValueError("Parameter 'credentials' must not be None.")
        if not base_url:
            base_url = 'https://api.cognitive.microsoft.com/bingcustomsearch/v7.0'

        super(CustomSearchClientConfiguration, self).__init__(base_url)

        self.add_user_agent('azure-cognitiveservices-search-customsearch/{}'.format(VERSION))

        self.credentials = credentials

azure-cognitiveservices-search-customsearch

Microsoft Azure Cognitive Services Custom Search Client Library for Python

MIT
Latest version published 3 months ago

Package Health Score

81 / 100
Full package analysis

Popular azure-cognitiveservices-search-customsearch functions

Similar packages