Releases: albertodeago/curl-generator
Releases · albertodeago/curl-generator
Add support for more body types (file, raw string, form)
thanks to @Fabb111
Fix body type
Just a typescript type change: fix body type from string to object
QoL improvements
- update dependencies
- added line seprators for readability and now anyone can just put this curl in command propmt as well (thx to @chandan1499)
0.2.0
Add additional options support
0.1.0
Add type export thx to andrelmlins