0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add archive text to README.adoc More... about 2 years ago
Add license LICENSE More... about 2 years ago
Merge pull request #46 from sirianni/master More... about 9 years ago
Upgrade to spring-shell 1.1.0.RELEASE. More... about 9 years ago
Merge pull request #35 from adriens/master More... over 10 years ago
Correct typo error : read password instead of pasword More... over 10 years ago
Merge pull request #34 from andypiper/rename-org More... over 10 years ago
SpringSource -> spring-projects More... over 10 years ago
Changed follow to a String. More... almost 11 years ago
Fix a bug in put/post of string content, also wrapped json parsing with try/catch so a more meaningful error can be reported. More... almost 11 years ago
Fix bug in listing vars More... about 11 years ago
If an upload from a file fails, report it to stderr rather than simply returning the output string and counting it as a successful upload. More... about 11 years ago
Change dotrc reading to be done from the prompt provider to ensure that it is run as late in the initialization process as is possible. The prompt is the last call made by the system before turning over control to the user so is a logical place to do any dotrc reading. Also added parameter support to put/post/delete. More... about 11 years ago
Merge branch 'master' of github.com:SpringSource/rest-shell More... about 11 years ago
Added license file More... about 11 years ago
Merge pull request #25 from edmund-wagner/master More... about 11 years ago
fixed 2 bugs in put: - make the data not mandatory (so you can use --from) - use the method parameter in readFileOrFiles not HTTPMETHOD.POST (for the single file case) More... about 11 years ago
Merge pull request #19 from skuppa/master More... over 11 years ago
Send the output to the console when posting with only one file, which is same sending data inline. More... over 11 years ago
When posting, use the contentType specified in the shell and fall back to JSON if not specified. More... over 11 years ago
Remove xml declaration which is added while formatting the content. More... over 11 years ago
Bumped version numbers. More... over 11 years ago
Added a JsonFormatter to indent JSON output using the new Formatter support introduced by @skuppa in a90aa7fd9e More... over 11 years ago
Bumped versions. More... over 11 years ago
Added coded to replace a single quote with a double quote to make it easier to type JSON directly into the shell and have the proper quote nesting. This means a string like {'field':'value'} is valid JSON and can be enclosed in quotes when passing to --data More... over 11 years ago
Merge pull request #18 from skuppa/master More... over 11 years ago
remove redundant type from the list. More... over 11 years ago
Adding xml formatting support More... over 11 years ago
Adding formatter support More... over 11 years ago
Fix #15 and #16 by specifying a default path like is already done on `get` and make `delete` work consistently like the other commands by not making a path value mandatory. Also fixed a bug where an empty body returned by the server, if the content-type was `application/json`, would cause an NPE in the parsing code. More... over 11 years ago