Add note about cleaned flag

This commit is contained in:
Seamus Johnston 2023-06-09 07:37:15 -05:00
parent 72fe977178
commit 3d6fe6a629
No known key found for this signature in database
GPG key ID: 2F21225985069105

View file

@ -34,6 +34,8 @@ request = ...
response = registry.send(request) response = registry.send(request)
``` ```
Note that you'll need to attest that the data you are sending has been sanitized to remove malicious or invalid strings. Use `send(..., cleaned=True)` to do that.
See below for some example commands to send. Replace example data with data which makes sense for your debugging scenario. Other commands are available; see the source code of epplib for more options. See below for some example commands to send. Replace example data with data which makes sense for your debugging scenario. Other commands are available; see the source code of epplib for more options.