| Package | Description |
|---|---|
| masecla.modrinth4j.endpoints.teams |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<ModrinthTeamMember>> |
TeamsEndpoints.getProjectTeamMembers(String projectId)
This endpoint is used to get the team members of a project.
|
com.google.gson.reflect.TypeToken<List<List<ModrinthTeamMember>>> |
GetTeamsMembers.getResponseClass()
Returns the response class.
|
com.google.gson.reflect.TypeToken<List<ModrinthTeamMember>> |
GetTeamMembers.getResponseClass()
Returns the response class.
|
com.google.gson.reflect.TypeToken<List<ModrinthTeamMember>> |
GetProjectTeamMembers.getResponseClass()
Returns the response class.
|
CompletableFuture<List<List<ModrinthTeamMember>>> |
TeamsEndpoints.getTeamMembers(List<String> teamIds)
This endpoint is used to get the team members of multiple teams by their IDs.
|
CompletableFuture<List<List<ModrinthTeamMember>>> |
TeamsEndpoints.getTeamMembers(String... teamIds)
This endpoint is used to get the team members of multiple teams by their IDs.
|
CompletableFuture<List<ModrinthTeamMember>> |
TeamsEndpoints.getTeamMembers(String teamId)
This endpoint is used to get the team members of a team.
|
Copyright © 2026. All rights reserved.