Is it possible to make API calls without cURL installed?
17th October 2010
My answer to Is it possible to make API calls without cURL installed? on Quora
Yes:
$ python
>>> import urllib, json
>>> json.load(urllib.urlopen("http://reddit.com/.json"))
More recent articles
- Watching o3 guess a photo's location is surreal, dystopian and wildly entertaining - 26th April 2025
- Exploring Promptfoo via Dave Guarino's SNAP evals - 24th April 2025
- AI assisted search-based research actually works now - 21st April 2025