AAS HTTP Client Documentation
Loading...
Searching...
No Matches
aas_http_client.utilities.encoder Namespace Reference

Functions

str decode_base_64 (str text)
 Decode a Base64 encoded string.
 
str encode_base_64 (str text)
 Encode a string to Base64.
 

Function Documentation

◆ decode_base_64()

str aas_http_client.utilities.encoder.decode_base_64 ( str  text)

Decode a Base64 encoded string.

Parameters
textBase64 encoded string to decode
Returns
Decoded string

Definition at line 14 of file encoder.py.

◆ encode_base_64()

str aas_http_client.utilities.encoder.encode_base_64 ( str  text)

Encode a string to Base64.

Parameters
textString to encode
Returns
Base64 encoded string

Definition at line 28 of file encoder.py.