The Wayback Machine - https://web.archive.org/web/20211227200623/https://github.com/topics/rest-client
Skip to content
#

rest-client

Here are 1,092 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?
gtnbssn
gtnbssn commented Dec 22, 2021

Maybe this is the intended behaviour?

I have this to test:

GET https://httpbin.org/get?1=1
GET https://httpbin.org/get?2=2

If i do RestNvim on the first line, i get the answer for the first query.

I move to line 2 and do RestNvimPreview, it shows the curl request at the bottom of my screen.

I then do RestNvimLast and it shows the preview again.

I was expecting it to

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