Typically I use json and the requests module in Python2.7 to query a RESTful API. However I need to do this within Python2.4. What is the best method to do this without upgrading ?
Thanks,
Typically I use json and the requests module in Python2.7 to query a RESTful API. However I need to do this within Python2.4. What is the best method to do this without upgrading ?
Thanks,