AdobeDocs / cis-photoshop-api-docs

https://developer.adobe.com/photoshop/photoshop-api-docs/
https://developer.adobe.com/photoshop/photoshop-api-docs/
Apache License 2.0
16 stars 27 forks source link

Suggestion: Include example config json #154

Open velara3 opened 8 months ago

velara3 commented 8 months ago

In the documentation there is mention of an example config.json file but I don't see it in the project. It is referenced here:

https://github.com/AdobeDocs/cis-photoshop-api-docs/blob/3d2c1259875149aa807f1dfbc44a0794259264a0/sample-code/service-principal-sample-app/index.js#L15C25-L15C39

The example code references a psdService URL and that seems to be defined in the config.json.

velara3 commented 8 months ago

It looks like there is a new way to call the API as described here:

https://github.com/adobe/aio-lib-photoshop-api?tab=readme-ov-file#usage

If that's the case, the sdk has the urls already. If that's the case some of the examples may be out dated?