Ask HN: After connecting to a data source, what URL do you visit to test? 3 points by areohbe 13y ago ↗ HN
[–] bpedro 13y ago ↗ What kind of data source? Can you be more specific?If you're talking about Web APIs, you usually want to connect to an endpoint that gives you information about the user or the API.Some APIs offer an 'echo' endpoint just for testing, other APIs offer an endpoint that provides information about the user account.
[–] jbrooksuk 13y ago ↗ Google. It's been that way since I stopped using Yahoo! and Ask. Because of the almost guaranteed uptime of Google, it's the most trusted source, plus it's quick and easy to type.
2 comments
[ 2.9 ms ] story [ 17.1 ms ] threadIf you're talking about Web APIs, you usually want to connect to an endpoint that gives you information about the user or the API.
Some APIs offer an 'echo' endpoint just for testing, other APIs offer an endpoint that provides information about the user account.