We have an API that asks for XML formatted string in the query parameters. The problem is, that's a quite long and ugly string and it even contains some environment variables. This dynamic value extension allows us to generate that XML string from key-value pairs. Enjoy!
Once you run the commands below, just restart Paw and you should see "XML String" under "Extensions" when you right click any value field.
# Create the extension folder
mkdir ~/Library/Containers/com.luckymarmot.Paw/Data/Library/Application\ Support/com.luckymarmot.Paw/Extensions/com.swiftmade.XmlString
# Actually download the extension there
cd ~/Library/Containers/com.luckymarmot.Paw/Data/Library/Application\ Support/com.luckymarmot.Paw/Extensions/com.swiftmade.XmlString
wget https://gist.githubusercontent.com/aozisik/144637fa8db8590fa7e13c0ea01f7740/raw/f6face41ec23ccdd82a17c1c7f6b519ef388d9c9/XmlString.js