Skip to content

ambient.pyで用いられるURLにつきまして #5

Description

@ESPuPy

Python用ライブラリをご提供して下さりありがとうございます。

ambient.pyを見ておりますと、接続先URLがHTTPとなっています。
Ambient様のAPIではHTTPSも接続可能なようです。
通信経路上のセキュリティを高めるために、ライブラリで使用するURL
についてはHTTPS接続の方が良いのではないでしょうか

Python用ライブラリ(ambient.py)
https://github.com/AmbientDataInc/ambient-python-lib/blob/master/ambient.py

現在の実装

L24:   self.url = 'http://ambidata.io/api/v2/channels/' + str(channelId)

改善案

L24:   self.url = 'https://ambidata.io/api/v2/channels/' + str(channelId)

以上よろしくお願いいたします

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions