|
|
|
|
|
by contravariant
1014 days ago
|
|
Honestly I'm still not entirely sold on the idea of Postman, for sending a simple HTTP request I find the python requests library a lot more intuitive to work with. Then again I'm mostly looking at APIs to eventually use them in some other python script so perhaps my use case is not the best fit. Unless the API does something weird you can do a lot worse than using curl and bash. I mean even using telnet (or openssl s_client) is not too bad if you're only doing a simple GET. |
|