An open API service indexing awesome lists of open source software.

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

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)