babashka / babashka.curl

A This library is mostly replaced by https://github.com/babashka/http-client
Eclipse Public License 1.0
121 stars 9 forks source link

ADDED curl/delete #21

Closed daviddpark closed 4 years ago

daviddpark commented 4 years ago

Thank you so much for your babashka library and your curl support. I would really find the ability to send delete requests useful. Would you consider this pull request?

wkok commented 4 years ago

Hello,

I've installed babashka v0.0.96 but babashka.curl/delete returns: Could not resolve symbol: curl/delete

Am I doing something wrong?

borkdude commented 4 years ago

@wkok I'm sorry about this, forgot to add the mapping in babashka itself. I'll add it for the next release which will hopefully be there tonight. For now you can use curl/request.

wkok commented 4 years ago

Awesome, I'll give curl/request a go in the meantime

Thank you!