IQSS / dataverse-client-javascript

A Dataverse client for JavaScript and TypeScript
MIT License
15 stars 8 forks source link

121 - Modify GetAllDatasetPreviews use case to accept collectionId #124

Closed MellyGray closed 6 months ago

MellyGray commented 7 months ago

What this PR does / why we need it:

This PR adds the collectionId argument to the GetAllDatasetPreviews use case so that the datasets results can be filtered by collection.

Which issue(s) this PR closes:

Special notes for your reviewer:

Suggestions on how to test this:

  1. Visual inspection of the code
  2. Check unit and integration tests execution in GitHub actions

Is there a release notes update needed for this change?:

Additional documentation:

MellyGray commented 6 months ago

@GPortas I resolved the conflicts and update the docs