Skip to content

Commit cdd5d7c

Browse files
committed
change docs
1 parent ee14dbb commit cdd5d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def load_management_ui_credentials(path_to_secrets_json):
5151

5252
def get_request_basic_auth(base_url, endpoint, username, password, params={}):
5353
"""
54-
Helper Functionality for management ui queries Cogniyion OpenAPI (https://api.eu.prod.cai.allianz.net/openapi)
54+
Helper Functionality for management ui queries Cogniyion OpenAPI (https://api.your-url/openapi)
5555
5656
Make GET queries to OpenAPI endpoints based on a base_url, and username and password.
5757
It handles a dict of parameters to add to the query. This function follows pagination until there

unit_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Module in usage
77
"""
8-
# Module to handle authentication and pagination for OpenAPI requests. (https://api.eu.prod.cai.allianz.net/openapi)
8+
# Module to handle authentication and pagination for OpenAPI requests. (https://api.your-url/openapi)
99
import openapi_client
1010
# Module to make request which require an API-Key
1111
import endpoints_api_key as via_api_key

0 commit comments

Comments
 (0)