Making an API request from outside sabisu
I've used your app to make similar API for myself. Thank you! It looks very promising.
If I am trying to make a request to the API outside of sabisu what URL should I hit? I've deployed my application using AWS and can make requests through sabisu just fine. When I'm trying to make a request from somewhere else though I don't know what URL to make it through to just get JSON responses.
What is the URL or IP address of your app?
http://p12demo-env-i59mppmvv8.elasticbeanstalk.com/
on my local machine I can get the JSON using the link I've created with Pow from your tutorial. Should I create a more conventional endpoint instead for deployment?
You mean something like: http://api.marketplace.dev ?