Created
July 1, 2019 15:26
-
-
Save recursivecodes/e9f1ff0b16c58273d615bc084fa6a57a to your computer and use it in GitHub Desktop.
list-users.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -iX GET http://localhost:8080/user/list | |
HTTP/1.1 200 OK | |
Content-Type: application/json | |
Date: Thu, 20 Jun 2019 10:46:51 -0400 | |
transfer-encoding: chunked | |
connection: keep-alive | |
[{"id":"8BC3669097C9EC53E0532110000A6E11","firstName":"Todd","lastName":"Sharp","username":"recursivecodes","createdOn":"2019-06-20T14:45:38.509Z"}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment