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 4ad0d11 commit 23efa3dCopy full SHA for 23efa3d
labelbox/client.py
@@ -78,9 +78,7 @@ def __init__(self,
78
79
logger.info("Initializing Labelbox client at '%s'", endpoint)
80
self.app_url = app_url
81
-
82
- # TODO: Make endpoints non-internal or support them as experimental
83
- self.endpoint = endpoint #.replace('/graphql', '/_gql')
+ self.endpoint = endpoint
84
self.headers = {
85
'Accept': 'application/json',
86
'Content-Type': 'application/json',
0 commit comments