spring-attic / rest-shell

Command-line shell for interacting with Spring HATEOAS-compliant REST resources
Apache License 2.0
455 stars 100 forks source link

Using contentType from headers variable #19

Closed skuppa closed 11 years ago

skuppa commented 11 years ago

I added few additional feature,

  1. When POSTING data, use the contentType set in the headers instead of JSON always.
  2. When POSTING only one file using the --from option then send the output to the console instead of file count.
  3. Removed xml declaration which was added while formatting the xml data.