0

How can I use Stackexchange API when it does not support localhost or any dev URL with port number?

It is very difficult to push code to Heroku as it was suggested in one answer on StackOverflow during development as it slows down development work.

I have registered my application with the API but I cannot specify port number there and therefore I cannot implement the functionality of importing user data into my Rails app.

Sahil
  • 3,338
  • 1
  • 21
  • 43

1 Answers1

2

Install ngrok locally . Start the ngrok server & use its url. See ngrok(https://ngrok.com) for more details

Chakreshwar Sharma
  • 2,571
  • 1
  • 11
  • 35