Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

InfluxDBClient: Access to connection parameters #241

Closed
@dstreppa

Description

@dstreppa

The most of connection parameters (ex: host, port, etc.) are declared private. Instead some others (use_udp and use_port) are public (see below):

self._verify_ssl = verify_ssl

self.use_udp = use_udp
self.udp_port = udp_port
self._session = requests.Session()

Why this difference?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions