|
AAS HTTP Client Documentation
|
Functions | |
| str | decode_base_64 (str text) |
| Decode a Base64 encoded string. | |
| str | encode_base_64 (str text) |
| Encode a string to Base64. | |
| str aas_http_client.utilities.encoder.decode_base_64 | ( | str | text | ) |
Decode a Base64 encoded string.
| text | Base64 encoded string to decode |
Definition at line 14 of file encoder.py.
| str aas_http_client.utilities.encoder.encode_base_64 | ( | str | text | ) |
Encode a string to Base64.
| text | String to encode |
Definition at line 28 of file encoder.py.