diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..823bae5 --- /dev/null +++ b/TODO.md @@ -0,0 +1,15 @@ +# ✅ TODO + +## Core +- [ ] add environments for collections, to define variables to replace keys +- [ ] allow for authentication, primarily Bearer tokens +- [ ] import collections from postman +- [ ] support HTML, XML, plain text and other response types +- [ ] support other types of bodies, Multipart, URL encoded forms + + +## Other +- [ ] better CLI interfacing +- [ ] edit bodies in $EDITOR +- [ ] add scripting to requests +- [ ] export requests to other formats