This is an implementation to generate the X-Signature required of the Ticket Evolution API for the Paw application.
- Download the
.zip
archive of the latest version - Open the Paw application
- Open preferences for the Paw application
- Click on "Extensions" in Paw's preferences
- Click on the "Open Extensions Directory" button at the bottom of the "Extensions" preference pane
- Copy the
.zip
archive of the latest version to theExtensions
directory - Unzip the
.zip
archive which should create a folder namedcom.bryanjswift.PawExtensions.XSignature
- Create a new request for the Ticket Evolution API
- Add a header with the name
X-Signature
, for the value select "Ticket Evolution X-Signature" - Click on "Ticket Evolution X-Signature" in the "Header Value" column
- Put the API Secret Key use to access the API in the field labeld "API Secret"
- Add a header with the name
X-Token
, Put the API Token use in the "Header Value" column forX-Token
npm install
Compiles the source files into the JavaScript which can be used by the Paw application.
make build
Moves the built files into the local "Application Support" directory for
com.luckymarmot.Paw
.
make install
npm test
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
Copyright © 2019 Bryan J Swift