Skip to content
#

rest-client

Here are 1,103 public repositories matching this topic...

Gornoka
Gornoka commented Aug 20, 2020

Bug Report Checklist

  • [~] Have you provided a full/minimal spec to reproduce the issue?
  • Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
  • [5.0.0 ] What's the version of OpenAPI Generator used?
  • Have you search for related issues/PRs?
  • What's the actual output vs expected output?
joshuali925
joshuali925 commented Dec 14, 2021

Using curl, credentials can be passed with the -u <user>:<pass> flag:

curl -u guest:guest https://jigsaw.w3.org/HTTP/Basic/

But I didn't find the corresponding option here, how to do the same in rest.nvim? thanks


I took another look and seems auth is not supported yet? A simple fix would be to also exclude @ when encoding url
https://github.com/NTBBloodbath/rest.nvim

Improve this page

Add a description, image, and links to the rest-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rest-client topic, visit your repo's landing page and select "manage topics."

Learn more