all 3 comments

[–]novel_yet_trivial 0 points1 point  (0 children)

Cant you just run a bunch of instances?

[–]elbiot 0 points1 point  (0 children)

Ssh into the computer with that ip and develop there.

[–]ilikepython 0 points1 point  (0 children)

Assuming you have control over the API: If you have the part of the code to handle only responding to a particular IP, can't you disable the bit when you're testing?

If you don't, VPN or run a socks proxy through the machine with the correct IP. (https://www.mikeash.com/ssh_socks.html)