Skip to content

Commit 205bc84

Browse files
changing endpoint to public
1 parent 4cafcd9 commit 205bc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

socketlabs/injectionapi/socketlabsclient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, server_id: int, api_key: str, proxy: Proxy = None):
4141
self._http_endpoint = HttpEndpoint("inject.socketlabs.com", "/api/v1/email")
4242

4343
@property
44-
def __endpoint(self):
44+
def endpoint(self):
4545
"""
4646
The SocketLabs Injection API endpoint
4747
:return the Http Endpoint for the request
@@ -50,7 +50,7 @@ def __endpoint(self):
5050
return self._http_endpoint
5151

5252
@property.setter
53-
def __endpoint(self, http_endpoint: HttpEndpoint):
53+
def endpoint(self, http_endpoint: HttpEndpoint):
5454
"""
5555
The SocketLabs Injection API endpoint
5656
:return the Http Endpoint for the request

0 commit comments

Comments
 (0)