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

#grebe - #curl - #testing

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



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 23, 2024 - 8:11 p.m. EDT