verida / data-connector-server

1 stars 2 forks source link

Reorganise the `/providers` response #100

Closed aurelticot closed 2 months ago

aurelticot commented 2 months ago

Return an array of Provider rather than a Record<string, Provider>.

Regarding the Provider object itself, the handlers property could be an array of ProviderHandler which gives some information about the handler such as id, label, description and anything else relevant as well as an options property being an array of ProviderHandlerOption.