We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f56bd commit 5b96912Copy full SHA for 5b96912
src/gdpc/interface.py
@@ -1,7 +1,9 @@
1
"""Provides direct wrappers for the endpoints of the GDMC HTTP interface.
2
3
-These functions are quite low-level. It is recommended to use the higher-level
4
-:class:`.editor.Editor` class instead.
+These functions are quite low-level. If possible, it is recommended to use the higher-level
+:class:`.Editor` class instead.
5
+However, some GDMC HTTP interface features that this module wraps may not be supported by
6
+``Editor`` yet. You may find this module useful for those.
7
"""
8
9
0 commit comments