Skip to content
/ lever-sdk Public

VTEX IO compliant Typescript clients to connect with Lever API

Notifications You must be signed in to change notification settings

vtex/lever-sdk

Repository files navigation

Lever SDK for Typescript

Collection of ready-to-use VTEX IO Clients to access Lever API

This exports Clients, and Typescript typings to help you connecting a VTEX IO application with Lever's API using Node.js

Installing

yarn add @vtex/lever-sdk

Client

Work in progress.

API Reference

To discover and learn more about Lever APIs, read Lever Documentation.

Contributing

Feel free to add new methods to our code.

Releasing

We have a Github Action configured to release the package on NPM for every Release tag pushed into the repository. So, in order to have this project published:

  1. Merge the Pull Request on the main branch, after having your changes approved.
  2. Run git checkout main && git pull on your local repository.
  3. Use the releasy tool to push a new release (e.g: releasy minor --stable).
  4. Check the result of the process on Github checking the status on the latest commit.

About

VTEX IO compliant Typescript clients to connect with Lever API

Resources

Stars

Watchers

Forks

Packages

No packages published