curl/python-library suggestion.
by PoleStar from LinuxQuestions.org on (#4WT93)
Hi,
I will be doing
Code:curl -X GET --header 'Accept: application/json' --header 'https://dev.my-company.com/api/data'and I will be also doing 'POST' calsl to the api.
In 'POST' calls input data structures could get pretty large. So I think it will be harder to do it with shell script.
I am thinking of using python. Is it a good idea ? what libraries should I use ?
Thank you


I will be doing
Code:curl -X GET --header 'Accept: application/json' --header 'https://dev.my-company.com/api/data'and I will be also doing 'POST' calsl to the api.
In 'POST' calls input data structures could get pretty large. So I think it will be harder to do it with shell script.
I am thinking of using python. Is it a good idea ? what libraries should I use ?
Thank you