smia_ism.utilities.acl_open_api_utils module¶
- smia_ism.utilities.acl_open_api_utils.encode_string_in_base64_url(content_string)[source]¶
This method encodes a string in a base64 url format. This is required as the AAS and ontology identifiers need to be added in HTTP request paths.
- smia_ism.utilities.acl_open_api_utils.decode_base64_url_in_string(content_base64_url_string)[source]¶
This method encodes a string in a base64 url format. This is required as the AAS and ontology identifiers need to be added in HTTP request paths.
- smia_ism.utilities.acl_open_api_utils.send_openapi_http_get_request(url, headers=None, timeout: int = 5)[source]¶
This method sends an HTTP GET request to the AAS Repository and obtains the response JSON.