8000 GitHub - drorgl/epn-sdk: epn.bz SDK
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drorgl/epn-sdk

Repository files navigation

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)

About

epn.bz SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0