Granga / etsy-ts

Etsy API wrapper written in typescript
https://www.npmjs.com/package/etsy-ts
MIT License
37 stars 5 forks source link

Use reply of ApiMethod.getMethodTable() to improve the wrapper #2

Closed Granga closed 2 years ago

Granga commented 7 years ago

ApiMethod.getMethodTable() returns clear results among which are

Use all the available info to generate better wrapper.

Granga commented 2 years ago

This would have been an improvement to API v2 client, but it does not apply to API v3 client anymore.