Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 853 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 853 Bytes

URL Path Parameter Paw Extension

This is a Dynamic Value Paw extension that can be used to add parameters to the URL path.

Use

Just add the Dynamic Value to the URL, specify a name for the parameter and its value. The value you enter is automatically URL-encoded, and the name of the parameter is shown on the URL input field instead of the actual value, which makes the URL more readable and clean. It also helps for an easier identification of the different parameters that are found in the URL.

Development

Prerequisites

nvm install
nvm use
npm install

Build

npm run build

Install

make install

Test

npm test

License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!

Copyright © 2017 Blockchain of Things Inc.