diff --git a/README.md b/README.md index 603ea8d..3385f37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # OpenWiFi Provisioning +## OpenAPI +You may get static page with OpenAPI docs generated from the definition on [GitHub Page](https://telecominfraproject.github.io/wlan-cloud-owprov/). + +Also you may use [Swagger UI](https://petstore.swagger.io/#/) with OpenAPI definition file raw link (i.e. [latest version file](https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-owprov/main/openapi/owprov.yaml)) to get interactive docs page. + ## Build from source. You need: - https://github.com/pboettch/json-schema-validator.git @@ -66,4 +71,4 @@ firmware.updater.releaseonly = Should FMS attempt to upgrade devices by default. ### firmware.updater.releaseonly -Should only RC software be used during upgrades. \ No newline at end of file +Should only RC software be used during upgrades.