AdobeDocs / photoshop-api-docs-pre-release

Adobe Photoshop Pre-release API
https://adobedocs.github.io/photoshop-api-docs-pre-release/
MIT License
40 stars 13 forks source link

FR: documentManifest options.units in request #24

Open pdkn opened 4 years ago

pdkn commented 4 years ago

Expected Behaviour

Allow adding an options.units parameter when calling documentManifest (or other endpoints) to stipulate what units to use in response. i.e

options.units {
colors:"hex/rgb/cmyk/hsb..."
fonts: "px/em/pt..."
measurements:"px/cm/mm/inch..."
}

Actual Behaviour

no way to request what units to use in response

Reproduce Scenario (including but not limited to)

related to https://github.com/AdobeDocs/photoshop-api-docs-pre-release/issues/21

Steps to Reproduce

NA

Platform and Version

NA

Sample Code that illustrates the problem

NA

Logs taken while reproducing problem

NA

Joakk1 commented 3 years ago

What's the news on this?

I hadn't seen the pre-release documentation and created a similar ticket about it here: https://github.com/AdobeDocs/photoshop-api-docs/issues/79