You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to use a proxy to connect Scale API, you can feed ``proxies``, ``cert`` and ``verify`` attributes of the python ``requests`` package during the client initialization.
46
+
Proxy support is available with SDK version 2.14.0 and beyond.
47
+
48
+
`Documentation of Proxies usage in requests package`__
@@ -738,7 +756,7 @@ Manage project assignments for your labelers.
738
756
List All Assignments
739
757
^^^^^^^^^^^^^^^^^^^^
740
758
741
-
Lists all your Scale team members and the projects they are assigned to.
759
+
Lists all your Scale team members and the projects they are assigned to.
742
760
Returns a dictionary of all teammate assignments with keys as 'emails' of each teammate, and values as a list of project names the teammate are assigned to.
743
761
744
762
.. code-block:: python
@@ -772,7 +790,7 @@ Returns a dictionary of all teammate assignments with keys as 'emails' of each t
0 commit comments