My application used Devise, and API want to support cURL to test like BaseCamp API
curl -u username:password https://app.com/api/v1/test.json
I know how to use token to authentication,but I want to use -u username:password to authentication and return json directly.How to implement?