event-catalog / sdk

JS/TS SDK for EventCatalog
https://eventcatalog.dev/docs/sdk
7 stars 4 forks source link

feat(sdk): adding team and user sdk functions #68

Closed debae closed 1 week ago

debae commented 1 week ago

This pull request introduces functionality for managing teams and users in the EventCatalog. The most important changes include adding new modules for teams and users, updating the SDK to include these new functionalities, and adding corresponding tests.

New Functionality for Teams and Users:

SDK Updates:

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: 9b67e62649c1868df0f7ba6c681b3d93b0bb18d5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | @eventcatalog/sdk | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

boyney123 commented 1 week ago

Thank you mate! Appreciate the effort. Will review early next week.

boyney123 commented 1 week ago

Great @debae thanks for this. Merged!