Hey,
I was following the guide step by step.
but I'm getting the same error over and over agian while trying to deploy to IBM Bluemix.
When i do the command :
$ cf cups twilio -p '{"accountSID":"ACCOUNT_SID","authToken":"TOKEN", "url": "https://api.twilio.com"}'
I'm getting the error of:
FAILED
No API endpoint set. Use 'cf login' or 'cf api' to target an endpoint.
And when i'm trying to set the api endpiont withe the command:
cf api "https://api.twilio.com"
I'm still getting the same error....
what can i do?