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

Update the documentation with code examples for the nodejs client sdk #159

Open velara3 opened 8 months ago

velara3 commented 8 months ago

There's a lot of documentation and examples on the PS API and as I've worked with it, there appears to be a client.sdk library that runs in nodejs. I don't see many examples for this anywhere but the library is very user friendly and designed in a modern way.

Suggestion is to add code examples for the sdk across the rest of the documentation and examples:

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

Also, it should be noted I couldn't get the client sdk to work unless I generated a new token each time first before calling a client function. Although, I could have it setup wrong.