https://github.com/dinkopehar/insomnia-plugin-msgpack
Automatically convert JSON Request to MessagePack format and MessagePack Response to JSON.
https://github.com/dinkopehar/insomnia-plugin-msgpack
deserialization insomnia msgpack plugin serialization
Last synced: 30 days ago
JSON representation
Automatically convert JSON Request to MessagePack format and MessagePack Response to JSON.
- Host: GitHub
- URL: https://github.com/dinkopehar/insomnia-plugin-msgpack
- Owner: dinkopehar
- License: mit
- Created: 2023-02-05T22:23:56.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2024-03-18T10:04:25.000Z (over 1 year ago)
- Last Synced: 2024-12-25T00:37:53.937Z (9 months ago)
- Topics: deserialization, insomnia, msgpack, plugin, serialization
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/insomnia-plugin-msgpack
- Size: 2.78 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# insomnia-plugin-msgpack
Automatically convert JSON Request to MessagePack format **and** MessagePack Response to JSON.

## 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:

## 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!