fastspring-node-sdk
v1.0.8
Published
### About this project
Downloads
5
Readme
NodeJS SDK for Fastspring API
About this project
This project is a ready to use Fastspring API for NodeJS environment. It uses api and exports the ready to use .js and .d.ts files for you.
The current build version is:
@fastspring/v1.0#2kzjaw33clr4j7f6d
Installation
# npm install fastspring-node-sdk
# yarn add fastspring-node-sdk
Use
import fastspringSdk from "fastspring-node-sdk"
fastspringSdk.auth(process.env.YOUR_USERNAME, process.env.YOUR_PASSWORD)
export function getAllProductPrices(){
return fastspringSdk.getallproductsprice()
}
Authentication
For all configuration options regarding authentication vist Usage Authentication