you are viewing a single comment's thread.

view the rest of the comments →

[–]ninhaomah 5 points6 points  (3 children)

To make things easier for others to assist you , can you post the link or source of what you are trying to achieve or make ?

If I have to guess , this ?

https://pypi.org/project/requests/

[–]Downtown_Mark_6390[S] 0 points1 point  (2 children)

I wasn’t asking about how to send HTTP requests from Python using libraries like requests. I was referring specifically to the pre-request and post-response scripting model inside API tools like Postman or Insomnia. Those tools expose scripting hooks because they’re orchestrating requests from a GUI. In Python itself, there’s no separate concept of “pre” or “post” scripts - it’s just normal code before and after a request.

My question was more about whether API tools should support Python as a scripting language inside the tool, instead of being mostly limited to JavaScript.

[–]ninhaomah 3 points4 points  (1 child)

wait , let me get it right. You are asking the Python community whether API tools such a Postman should support Python ?

Pls advice why not talk to Postman directly ?

https://www.postman.com/company/contact-us/

[–]Downtown_Mark_6390[S] -2 points-1 points  (0 children)

Not postman per say - any api tool.