Skip to content

optimoiot/public-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optimo IoT cloud & edge public API

HTTP API

Documented in OpenAPI .yml files. Serve with swagger:

Cloud:

    docker pull swaggerapi/swagger-ui
    docker run -p 8081:8080 -e SWAGGER_JSON=/tmp/cloud_api.yml -v ./:/tmp swaggerapi/swagger-ui

Edge (local):

    docker pull swaggerapi/swagger-ui
    docker run -p 8081:8080 -e SWAGGER_JSON=/tmp/local_api.yml -v ./:/tmp swaggerapi/swagger-ui

Python library

See python-lib/cloud/example.py to understand how to use python-lib/cloud/OptimoApi.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages