SecureIdentityAlliance / osia

Open Standard set of APIs for interoperability of identity management building blocks.
https://osia.readthedocs.io/en/latest/
Other
21 stars 20 forks source link

CMS Tech API #17

Closed paulhirons-intercede closed 4 years ago

lorenz-loesch-ynx commented 4 years ago

is there an endpoint to retrieve images that might be part of a credential? (e.g. image of signature in driver's license)

olivier-heurtier-idemia commented 4 years ago

For consistency with the other API (PR & ABIS mostly), could you pluralize the resource name in the path (/v1/credential -> /v1/credentials) This seems to be the usual convention (See https://opensource.zalando.com/restful-api-guidelines/#134 or the Google calendar API for example).

Zalando also is recommending hyphens to separate words in resource names (https://opensource.zalando.com/restful-api-guidelines/#129). I have no strong opinion on this but could be worth changing if this is also a common convention (/v1/credentialRequest -> /v1/credential-requests)