kang8 / vultr-api-sample

Vultr api usage sample by rest.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the vultr api usage sample file by rest.nvim

How to use

  1. First, need to copy .env.example to .env
$ cp .env.example .env
  1. Put your api token to .env, and set values to .env
TOKEN=xxx
  1. Send a http request

To see rest.nvim document

About

Vultr api usage sample by rest.nvim