ScaleLeap / selling-partner-api-sdk

A fully typed TypeScript and Node.js SDK library for Amazon Selling Partner API

Home Page:https://npm.im/@scaleleap/selling-partner-api-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] financial api has wrong name.

michael-land opened this issue · comments

@xiaoyu-tamu :
There was no official document about API class names that I could find.
But when I try to add tags in financial specification. It works great.

At the moment, we're using OpenAPI Generator to generate typescript-axios client.

Therefore, I opened the issues to add tags into specification
and confirm about using tags for API class name in generator.

Thanks.

commented

@nguyentoanit was this fixed today with #78 & #79?

@xiaoyu-tamu:
We have created an additional layer that wraps the generated code into something more user friendly.
You can use FinancesApiClient replace for DefaultApi in v3.0.0

@moltar : I think this wasn't fixed completely. Because specification still mapped to DefaultApi
But users can use our additional layers as a replacement.