Skip to content

Instantly share code, notes, and snippets.

@joshlong
Created March 18, 2013 01:36
Show Gist options
  • Select an option

  • Save joshlong/5184448 to your computer and use it in GitHub Desktop.

Select an option

Save joshlong/5184448 to your computer and use it in GitHub Desktop.
rest shell /users/72
http://localhost:8080/api:> get /users/72
> GET http://localhost:8080/api//users/72
< 200 OK
< Server: Apache-Coyote/1.1
< Content-Type: application/xml
< Transfer-Encoding: chunked
< Date: Fri, 15 Mar 2013 22:54:34 GMT
<
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><user username="user@user.com" signupDate="2013-03-12T16:07:26.993-07:00" profilePhotoImported="true" password="password" lastName="Smith" importedFromServiceProvider="false" id="72" firstName="Jane" enabled="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment