Skip to content

Repository files navigation

vest

REST client in V.

Installing

v install alexferl.vest

Using

More complex examples here.

import context
import alexferl.vest

fn main() {
	c := vest.new(vest.with_base_url('https://httpbin.org'))

	resp := c.get(context.background(), '/get') or {
		eprintln(err)
		return
	}

	println(resp.body)
}

About

A REST client in V

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages