@drorgl/epn-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

ePN.SDK

https://epn.bz/ SDK, currently only Goods SDK is implemented, swagger autogeneration was impossible due to missing return types.

npm install @drorgl/epn-sdk

Example:

const goodsAPI = new GoodsAPI("apikey", "hashcode")
const [offerInformation] = await goodsAPI.request(new OfferInfoRequest({ lang: 'en', id: 1005002090756943, currency: 'RUR,USD' }))

console.log(offerInformation.getResult().offer)

/@drorgl/epn-sdk/

    Package Sidebar

    Install

    npm i @drorgl/epn-sdk

    Weekly Downloads

    0

    Version

    1.0.3

    License

    AGPL-3.0-only

    Unpacked Size

    700 kB

    Total Files

    43

    Last publish

    Collaborators

    • drorgl