File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
###########################################################################################
2
- ### B) API requests via API Key Authentication (https://api.eu.prod.cai.allianz.net/new) ###
2
+ ### B) API requests via API Key Authentication ###
3
3
4
4
"""
5
- Module to make APIrequests (https://api.eu.prod.cai.allianz.net/openapi)
5
+ Module to make APIrequests
6
6
7
7
Uses "cognigy_open_api.py" to handle authentication and pagination for OpenAPI requests.
8
8
Original file line number Diff line number Diff line change 1
1
###########################################################################################
2
- ### API requests via HTTP Basic Authentication (https://api.eu.prod.cai.allianz.net ) ###
2
+ ### API requests via HTTP Basic Authentication (https://api.your-url/openapi ) ###
3
3
"""
4
- Module to make Mangement UI requests (https://api.eu.prod.cai.allianz.net /openapi)
4
+ Module to make Mangement UI requests to the Cognitive OpenAPI (https://api.your-url /openapi).
5
5
6
6
Uses "cognigy_open_api.py" to handle authentication and pagination for OpenAPI requests.
7
7
You can’t perform that action at this time.
0 commit comments