square / square-nodejs-sdk

Other
88 stars 40 forks source link

Add Resource as a fetchable Catalog object and location override data #123

Closed joshrickert closed 1 year ago

joshrickert commented 1 year ago

Needed to load a list of Resources and associate them with the correct service item variations. Discovered the API supports this but it was as-of-yet undocumented. Added API support for loading Resources from the Catalog API and updating location overrides. Tested and working.

zenmasterjobo commented 1 year ago

Hi @joshrickert,

Unfortunately because our SDKs are generated we cannot merge pull requests directly onto this repo, and we have to make the changes in our code generator. We do appreciate the work you did here though in terms of laying out / calling out the issue! I'm happy to say that we have brought in support for location overrides in SDK version 27.0.0. Check it out!

Cheers!