1.0.8 • Published 1 year ago

fastspring-node-sdk v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago