Is it reasonable to write an extension that supports MQTT protocol in API definition?
It's required for IoT project, where both HTTP Rest and MQTT are primary protocols.
I need to generate nice looking documentation with SUBSCRIBE, PUBLISH etc, topic names, patters, json schemas. Looking similar to swagger generated documentation for REST services?
Does it even make sense?
Is it reasonable to write an extension that supports MQTT protocol in API definition?
It's required for IoT project, where both HTTP Rest and MQTT are primary protocols.
I need to generate nice looking documentation with SUBSCRIBE, PUBLISH etc, topic names, patters, json schemas. Looking similar to swagger generated documentation for REST services?
Does it even make sense?