1.0.0 • Published 4 years ago

@docu4d/vapin-api v1.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
4 years ago

vapin-api

how to install

yarn add -D @kruschid/vapin-api

how to use

import { getRoutes } from "@kruschid/vapin-api";

const t = getRoutes("https://my-endpoint.com");

r.clients({publicKey: "<pubKey>"}).$ // https://my-endpoint.com/clients/<pubKey>

how to publish new version

# optionally
yarn global add np

# publish with multifactor auth
np