Curl testing against Grebe
If using the no-password-login method ...
WRONG, at least for now.
curl -X POST -H "Content-Type: application/json" --data json='{"user_name": "testuser", "email": "name@something.com"}' http://grebe.soupmode.com/api/v1/users/password
CORRECT
curl -i -d json='{"user_name": "testuser", "email": "name@something.com"}' http://grebe.soupmode.com/api/v1/users/password
From JR's : articles
37 words - 399 chars
created on
- #
source
- versions
Related articles
Perl and Curl - Mar 23, 2015
Live Blog - Wed, Nov 26, 2014 - Feb 25, 2015
Junco Curl testing - Nov 19, 2013