PThorpe92 / CuTE

HTTP client/libcurl TUI front end in Rust, with request + key storage
GNU General Public License v3.0
185 stars 4 forks source link

actually release v0.0.1 #98

Closed PThorpe92 closed 8 months ago

PThorpe92 commented 1 year ago

I wasn't planning on this even being open source yet at this point. But i'm glad I did because it has forced me to work on stuff I probably would have put off. These are things I would like to see fixed prior to an actual 0.1.0 release

  1. Comprehensive testing of authentication methods (libcurl has feature flags for SPNegotiate, NTLM.. and when I enabled them for a test, the ci fails on dependencies. I would then have to assume, that those probably dont work. although there are some questions)
  2. Better response display.. perhaps we just have an option to pipe the output to cat (bat) ?
  3. Find out how to fix damn clipboard on xorg clears itself when the program ends.. essentially making "copy to clipboard" worthless. I know it works on mac, speaking of which.
  4. Setup cross comp/build on mac
PThorpe92 commented 1 year ago

Also as a reminder: (from use testing the RFID system backend)

I want to include a checkbox that adds the: Content-Type: Application/Json

request header because i'm sick of typing it

KMastroluca commented 1 year ago

We should figure out a system to select which one you want from all the different ones, and just make application/json be the top one so it would be a quick 2 step to add.

PThorpe92 commented 1 year ago

I added two options for either Content-Type or Accept

application/json