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 3d6e567 commit dbf963eCopy full SHA for dbf963e
scim2_client/client.py
@@ -170,6 +170,11 @@ def check_resource_model(
170
)
171
172
def resource_endpoint(self, resource_model: Optional[type[Resource]]) -> str:
173
+ """Find the :attr:`~scim2_models.ResourceType.endpoint` associated with a given :class:`~scim2_models.Resource`.
174
+
175
+ Internally, it looks if any :paramref:`resource_type <scim2_client.BaseSCIMClient.resource_models>`
176
+ of the client matches the resource_model by comparing schemas.
177
+ """
178
if resource_model is None:
179
return "/"
180
0 commit comments