iot-lab / cli-tools

IoT-LAB CLI tools
Other
17 stars 14 forks source link

auto-generated iotlabclient package using the New Api Swagger #32

Closed rienafairefr closed 6 years ago

rienafairefr commented 6 years ago

This has been rewound a bit, there is no rewrite of iotlab anymore and this is not a WIP anymore. This is auto-generation of an iotlabclient package, using the new API swagger.

This is using openapi-generator with OAS3 support, this means:

To generate the iotlabclient Python package call make generate (this uses Docker images of the generator, and a swagger.yaml from a co-located testbed-manager repo or from http://api.iot-lab.info/swagger.yaml).

Using that iotlabclient for migrating anything in the iotlabcli was deliberately not done here