Skip to content

EN.03.10.02.MessagePack

stormcat24 edited this page Dec 31, 2014 · 1 revision

You've only have to make data file and it respond binary response of MessagePack. However, messagepack mode cannot coexist template mode.

project.yaml

When configure messagepack section at project.yaml, be able to respond to binary data of MessagePack.

messagepack.root

Root directory of messagepack data file. Specify a relative path from project root path.

messagepack:
  root: ./messagepack/data

Specification of data file

Specification of template data file is the save as JSON API. In addition, there specialized specification on template data file.

Clone this wiki locally