https://github.com/gatehill/apiman-script-plugin
apiman plugin to execute dynamic scripts on requests/responses
https://github.com/gatehill/apiman-script-plugin
apiman javascript plugin scripting
Last synced: 11 months ago
JSON representation
apiman plugin to execute dynamic scripts on requests/responses
- Host: GitHub
- URL: https://github.com/gatehill/apiman-script-plugin
- Owner: gatehill
- Created: 2018-04-21T22:31:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T22:49:19.000Z (about 8 years ago)
- Last Synced: 2025-03-30T23:41:37.395Z (over 1 year ago)
- Topics: apiman, javascript, plugin, scripting
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apiman-script-plugin
An [apiman](http://apiman.io) plugin providing dynamic behaviour based on external scripts.
# Building
If you want to compile the policies yourself, use:
mvn clean install
...and see the JAR files under the `target` directories.
Importing into your favourite IDE is easy, as long as it supports Maven projects.
## Tests
If you want to run unit tests, run:
mvn clean test
# Contributing
Pull requests are welcome.
# Author
Pete Cornish (outofcoffee@gmail.com)