2.0.3 • Published 2 years ago

http-json-meta-protocol v2.0.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Http JSON Meta Protocol

A protocol for HTTP JSON processing in meta-system.

How to use it

This protocol is meant to be downloaded as a plugin for meta-system. A simple mention of the name on your system configuration would be enough for downloading it!

{
  "protocols": [
    {
      "configuration": {...},
      "protocolType": "http-json-meta-protocol",
      "protocolVersion": "latest"
    }
  ]
}

If you're looking on information on how to configure this protocol, head to the official Meta-System Docs!