Uses of Class
masecla.modrinth4j.client.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in masecla.modrinth4j.client.instances
Subclasses of HttpClient in masecla.modrinth4j.client.instancesModifier and TypeClassDescriptionclassThis class is used to connect to the Modrinth API with rate limiting.classDeprecated. -
Uses of HttpClient in masecla.modrinth4j.endpoints
Constructors in masecla.modrinth4j.endpoints with parameters of type HttpClientModifierConstructorDescriptionSearchEndpoint(HttpClient client, com.google.gson.Gson gson) Creates a new search endpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.generic
Constructors in masecla.modrinth4j.endpoints.generic with parameters of type HttpClientModifierConstructorDescriptionPaginatedEndpoint(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.project
Constructors in masecla.modrinth4j.endpoints.project with parameters of type HttpClientModifierConstructorDescriptionBulkModifyProjects(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.ChangeProjectIcon(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.CheckSlugAvailability(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.CreateProject(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.DeleteProject(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.DeleteProjectIcon(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetMultipleProjects(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetProject(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetProjectDependencies(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetProjectIdBySlug(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetRandomProjects(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.ModifyProject(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.ScheduleProject(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.project.follow
Constructors in masecla.modrinth4j.endpoints.project.follow with parameters of type HttpClientModifierConstructorDescriptionFollowProject(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.UnfollowProject(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.project.gallery
Constructors in masecla.modrinth4j.endpoints.project.gallery with parameters of type HttpClientModifierConstructorDescriptionCreateGalleryImage(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.DeleteGalleryImage(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.ModifyGalleryImage(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.tags
Constructors in masecla.modrinth4j.endpoints.tags with parameters of type HttpClientModifierConstructorDescriptionGetCategories(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetDonationPlatforms(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetGameVersions(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetLicenses(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetLoaders(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetReportTypes(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.teams
Constructors in masecla.modrinth4j.endpoints.teams with parameters of type HttpClientModifierConstructorDescriptionAddMemberToTeam(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetProjectTeamMembers(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetTeamMembers(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetTeamsMembers(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.JoinTeam(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.ModifyTeamMemberInfo(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.RemoveMemberFromTeam(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.TransferOwnership(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.user
Constructors in masecla.modrinth4j.endpoints.user with parameters of type HttpClientModifierConstructorDescriptionChangeUserIcon(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.DeleteUser(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetSelf(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetUser(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetUserFollowedProjects(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetUserNotifications(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetUserProjects(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetUsers(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.ModifyUser(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.ReportProjectUserOrVersion(HttpClient client, com.google.gson.Gson gson) Creates a new instance of this endpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.version
Constructors in masecla.modrinth4j.endpoints.version with parameters of type HttpClientModifierConstructorDescriptionAddFilesToVersion(HttpClient client, com.google.gson.Gson gson) Creates a new instance of this endpoint.CreateVersion(HttpClient client, com.google.gson.Gson gson) This constructor is used to create a new instance of the endpoint.DeleteVersion(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetProjectVersions(HttpClient httpClient, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetVersion(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetVersionByVersionNumber(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetVersions(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.ModifyVersion(HttpClient client, com.google.gson.Gson gson) Creates a new instance of theModifyVersionendpoint.ScheduleVersion(HttpClient client, com.google.gson.Gson gson) Creates a new instance of theScheduleVersionendpoint. -
Uses of HttpClient in masecla.modrinth4j.endpoints.version.files
Constructors in masecla.modrinth4j.endpoints.version.files with parameters of type HttpClientModifierConstructorDescriptionDeleteFileByHash(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetProjectLatestVersionFromHash(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetProjectLatestVersionsFromHashes(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetVersionByHash(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.GetVersionsFromHashes(HttpClient client, com.google.gson.Gson gson) Creates a new instance of the endpoint.
RatelimitedHttpClientinstead.