Smartling / api-sdk-nodejs

3 stars 10 forks source link

Files API - List Recently Published Files #97

Closed zanderson3j closed 8 months ago

zanderson3j commented 9 months ago

Hi,

I am using this SDK for file translations. I was hoping to use this endpoint to check for recently published files in case the callback fails that notifies us that a file translation is complete.

https://api-reference.smartling.com/#tag/Files/operation/getRecentlyPublishedFilesList

Is this something that can be added to this sdk, or should I use the api directly?

Thanks!

dimitrystd commented 9 months ago

Hi, you are welcome to contribute via pull request. If you consider this, please use codestyle similar to existing classes, and don't forget about tests. Thanks

zanderson3j commented 9 months ago

Hey @dimitrystd, I create a PR to add this https://github.com/Smartling/api-sdk-nodejs/pull/99