IQSS / dataverse-client-javascript

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

Adds create collection use case #155

Closed GPortas closed 2 months ago

GPortas commented 2 months ago

What this PR does / why we need it:

Adds use case for creating a collection.

For now the use case only covers collection required fields. We will need to extend this use case to support the rest of the collection info available on create.

Which issue(s) this PR closes:

Related Dataverse PRs:

Suggestions on how to test this:

Visual inspection and test execution

ekraffmiller commented 2 months ago

I had an error running the tests locally, created an issue for it here:https://github.com/IQSS/dataverse-client-javascript/issues/160. Approving this since the tests are passing in Github actions.