# vlapi **Repository Path**: mhe/vlapi ## Basic Information - **Project Name**: vlapi - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VolantMQ API [![Build Status](https://travis-ci.org/VolantMQ/vlapi.svg?branch=master)](https://travis-ci.org/VolantMQ/vlapi) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ## WARNING In version v0.4.0 breaking changes has been introduced. All plugin implementations moved out from repository to [Gitlab](https://gitlab.com/VolantMQ/vlplugins) ## MQTT Packet ### Versions - V3.1.1 - V5.0 ## Plugins ### Interfaces #### Auth #### Persistence ### Implementations #### Debug #### Health #### Persistence - in-memory - bbolt ### Local development and testing #### Instructions to pull go module ```go get github.com/VolantMQ/vlapi``` ## TBD