-
Notifications
You must be signed in to change notification settings - Fork 837
add list_organization_followers helper for /api/organizations/{org}/followers #3467
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
add list_organization_followers helper for /api/organizations/{org}/followers #3467
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very clean and good PR!
Do you have a use case for it? :)
|
@bot /style |
|
Style bot fixed some files and pushed the changes. |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
To put it simply, I'm recreating Hugging Face AutoTrain, but ultra complete for fine-tuning AI models. |
|
Merging as failing CI is unrelated! |
Cool! Would love to have a look at it once you have something to show! 🤗 |
I'm doing it for doctors in my lab, I need to check with them if they agree to make it open source. |
|
Having it open-source would be the best 🤗 |
Hey everyone,
I noticed you’re preparing v1 and there wasn’t a helper to fetch an organization’s followers. I added it. The change is small and mirrors the existing helpers.
Summary
HfApi.list_organization_followershitting/api/organizations/{org}/followersIterable[User]via the existing pagination utility (aligned withlist_user_followers/list_organization_members)Testing