@vtex/lever-sdk
v2.3.1
Published
<h1 align="center"> Lever SDK for Typescript </h1> <h5 align="center">Collection of <i>ready-to-use</i> VTEX IO Clients to access Lever API</h5>
Maintainers
Keywords
Readme
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-sdkClient
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:
- Merge the Pull Request on the main branch, after having your changes approved.
- Run
git checkout main && git pullon your local repository. - Use the releasy tool to push a new release (e.g:
releasy minor --stable). - Check the result of the process on Github checking the status on the latest commit.
