-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: initial todos, have to do a lot more
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |