1.0.8 • Published 2 months ago

fastspring-node-sdk v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

References

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago