DEV Community

Discussion on: How I Applied to a Tech Job Using a POST Request

Collapse
 
seanghay profile image
Seanghay

You should have used cURL for sending the request to be more classy. Lol

Collapse
 
vishnuharidas profile image
Vishnu Haridas

What about cURL on a script in GitHub Actions which triggers when the commit message has "job" in it?

Collapse
 
maggiecodes_ profile image
Maggie

cURL was heavily recommended to me on Twitter, so I'll be using it next time I apply by API lol

Collapse
 
jonathancardoso profile image
Jonathan Cardoso Machado

They kinda did. Insomnia uses node-libcurl, which is the Node.js bindings for libcurl. 😅