@dogecash/insomnia-plugin-dogecash-signature-generator
v1.0.0
Published
This plugin allows to make authenticated requests to the DogeCash API.
Readme
Insomnia DogeCash signature generator
This plugin allows to make authenticated requests to the DogeCash API.
Installation
- Add the npm package to Insomnia
@dogecash/insomnia-plugin-dogecash-signature-generator - Add this property to your DogeCash enviroment:
"dogecashSignature": {
"enabled": true,
"secret": "your-secret-key"
}