Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: get group by name #618

Closed
wants to merge 1 commit into from
Closed

feat: get group by name #618

wants to merge 1 commit into from

Conversation

waddaboo
Copy link
Contributor

@waddaboo waddaboo commented Dec 5, 2024

Description

This PR introduces a new feature for users to get group by group name.

This feature is available to both api and api-sdk.

(This feature was originally in PR #608 but was ported out so that it could be used earlier.)

Related Issue

Does this introduce a breaking change?

  • Yes
  • No

Other information

Sample usage:
API

const groups = await groupsService.getGroups({
    name: "group name"
})

API SDK

const groups = await apiSdk.getGroupsByName("name")

@waddaboo waddaboo requested a review from vplasencia December 5, 2024 11:12
Copy link

vercel bot commented Dec 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bandada-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 5, 2024 11:14am
bandada-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 5, 2024 11:14am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant