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 fb52c83 commit bbbd6b4Copy full SHA for bbbd6b4
src/posit/connect/resources.py
@@ -180,6 +180,9 @@ def reload(self) -> Self:
180
181
182
class ActiveFinderMethods(ActiveSequence[T], ABC):
183
+ """Finder methods.
184
+
185
+ Provides various finder methods for locating records in any endpoint supporting HTTP GET requests.""""
186
def find(self, uid) -> T:
187
"""
188
Find a record by its unique identifier.
0 commit comments