Skip to content

albertogferrario/javascript-stockx-api

Repository files navigation

StockX API

Offical StockX API Node package ( see official docs & example)

Install

npm i @albertogferrario/stockx-api

Authentication

For accessing StockX public API you need to provide the JWT token provided after the OAuth2 Authentication Code flow, see official docs.

Usage

Init

const StockxApi = require("@albertogferrario/stockx-api");

const stockxApi = new StockxApi(<API_KEY>, <JWT>);

Catalog

TO DO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published