Skip to content

Sensewaves/pyAdaptix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyAdaptix

An python interface to the Adaptix platform API https://www.sensewaves.io

usage :

client = Client(base_url="PROVIDED_API_URL",
                api_key="YOUR_API_KEY",
                debug_mode=True)
                
resp = client.streams.create(
        name="Stream X", 
        description="description of stream X",
        anomaly_monitoring=False,
        data_rate="1d")

stream = client.streams.fetch()
## or with a specific id 
stream = client.streams.fetch(stream_id="XXXXX")

About

An python interface to the Adaptix platform API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages