Coverage for filip / clients / ngsi_v2 / __init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.12.0, created at 2025-12-02 08:01 +0000

1""" 

2HTTP clients for FIWARE's NGSIv2 APIs 

3""" 

4 

5from .cb import ContextBrokerClient 

6from .iota import IoTAClient 

7from .quantumleap import QuantumLeapClient 

8from .client import HttpClient, HttpClientConfig