#simple-request-parser Simple CLI tool to parse icon requests made from the iconmanager-client android library.
Pre-compiled binary can be found here
Note: This is just a temporary repository to provide this tool for the Pinbadge-Team, this repository will be merged with the iconmanager once it's done.
##Dependencies
- Maven
- Java Runtime & Compiler 1.7 / 1.8
##Building the tool
- grep a local copy of this repo
- switch into the project's root dir (where the pom.xml is located)
- start building by running
mvn package
- if the build was success, you can find a file called
simple-request-parser-1.0.jar
in thetarget
output dir.
##Using
- extract the request zipfile somewhere on your system (but remember the place, you'll need it again)
- For displaying all informations included in the request you can call
java -jar simple-request-parser-1.0.jar -p /absolute/location/to/extracted/zipfolder
- For a filtered overview you can call
java -jar simple-request-parser-1.0.jar -p /absolute/location/to/extracted/zipfolder --advanced
For other things you might want to check the help by calling java -jar simple-request-parser-1.0.jar --help