0.0.4 • Published 2 months ago

insomnia-plugin-msgpack v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

insomnia-plugin-msgpack

Automatically convert JSON Request to MessagePack format and MessagePack Response to JSON.

npm.io

Installation

  • Go to Insomnia Settings > Plugins
  • Type insomnia-plugin-msgpack and install the plugin

Usage

To toggle plugin ON or OFF, simply Right-Click on any request and click Toggle MessagePack.

When plugin is "ON":

  1. Requests sent in JSON format are automatically converted to MessagePack format.
  2. Responses received in MessagePack format are automatically converted into JSON format.

When plugin is "OFF", response and and request formats are preserved.

Below is example usage on how to toggle plugin and use it:

npm.io

Contributing

Found any bugs? Have any more ideas or want to contribute to the existing development? Feel free to create a PR/issue in the github repo!

0.0.4

2 months ago

0.0.3

7 months ago

0.0.2

1 year ago

0.0.1

1 year ago