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 deb2cf5 commit 4950b27Copy full SHA for 4950b27
splitio/api/telemetry.py
@@ -1,11 +1,12 @@
1
"""Impressions API module."""
2
-
3
import logging
4
5
from splitio.api import APIException
6
from splitio.api.client import HttpClientException
7
from splitio.api.commons import headers_from_metadata
8
+_LOGGER = logging.getLogger(__name__)
9
+
10
class TelemetryAPI(object): # pylint: disable=too-few-public-methods
11
"""Class that uses an httpClient to communicate with the Telemetry API."""
12
0 commit comments