Uses of Class
masecla.modrinth4j.endpoints.generic.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in masecla.modrinth4j.endpoints
Subclasses of Endpoint in masecla.modrinth4j.endpoints -
Uses of Endpoint in masecla.modrinth4j.endpoints.generic
Subclasses of Endpoint in masecla.modrinth4j.endpoints.genericModifier and TypeClassDescriptionclassPaginatedEndpoint<T,O extends PaginatedEndpoint.PaginatedResponse<T>, I extends PaginatedEndpoint.PaginatedRequest> This class is used to represent a paginated endpoint. -
Uses of Endpoint in masecla.modrinth4j.endpoints.project
Subclasses of Endpoint in masecla.modrinth4j.endpoints.projectModifier and TypeClassDescriptionclassclassThis endpoint is used to change the icon of a project.classThis endpoint is used to check if a slug is available.classThis endpoint is used to create a new project.classThis endpoint is used to delete a project.classDeletes the icon of a project.classThis endpoint is used to get multiple projects.classThis endpoint is used to get a project.classThis endpoint is used to get a project's dependencies.classThis endpoint is used to get a project's id by its slug.classGets a list of random projects.classThis endpoint is used to modify a project.class -
Uses of Endpoint in masecla.modrinth4j.endpoints.project.follow
Subclasses of Endpoint in masecla.modrinth4j.endpoints.project.followModifier and TypeClassDescriptionclassThis endpoint is used to follow a project.classThis endpoint is used to unfollow a project. -
Uses of Endpoint in masecla.modrinth4j.endpoints.project.gallery
Subclasses of Endpoint in masecla.modrinth4j.endpoints.project.galleryModifier and TypeClassDescriptionclassThis endpoint is used to create a new image in a project's gallery.classThis endpoint is used to delete a gallery image.classThis endpoint is used to modify a gallery image. -
Uses of Endpoint in masecla.modrinth4j.endpoints.tags
Subclasses of Endpoint in masecla.modrinth4j.endpoints.tagsModifier and TypeClassDescriptionclassThis endpoint is used to get a list of categories.classThis endpoint is used to get a list of donation platforms.classThis endpoint is used to get a list of game versions.classThis endpoint is used to get a list of licenses.classThis endpoint is used to get a list of loaders.classThis endpoint is used to get a list of report types. -
Uses of Endpoint in masecla.modrinth4j.endpoints.teams
Subclasses of Endpoint in masecla.modrinth4j.endpoints.teamsModifier and TypeClassDescriptionclassThis endpoint is used to add a member to a team.classThis endpoint is used to get a list of members from a project.classThis endpoint is used to get a list of members from a team.classThis endpoint is used to get a list of team members.classThis endpoint is used to join a team.classThis endpoint is used to modify a team member's info.classThis endpoint is used to remove a member from a team.classThis endpoint is used to transfer ownership of a team. -
Uses of Endpoint in masecla.modrinth4j.endpoints.user
Subclasses of Endpoint in masecla.modrinth4j.endpoints.userModifier and TypeClassDescriptionclassThis endpoint is used to change the icon of a user.classThis endpoint is used to delete a user.classThis endpoint is used to get the current user.classThis endpoint is used to get a user.classThis endpoint is used to get a list of projects from a user.classThis endpoint is used to get a list of notifications from a user.classThis endpoint is used to get a list of projects from a user.classThis endpoint is used to get a list of users.classThis endpoint is used to modify a user.classThis endpoint is used to report a project, user, or version. -
Uses of Endpoint in masecla.modrinth4j.endpoints.version
Subclasses of Endpoint in masecla.modrinth4j.endpoints.versionModifier and TypeClassDescriptionclassThis endpoint is used to add files to a version.classThis endpoint is used to create a new version.classThis endpoint is used to delete a version.classThis endpoint is used to get a list of versions with certain filters.classThis endpoint is used to get a version.classThis endpoint will get a version for a project by the version number.classThis endpoint is used to get a list of versions.classThis endpoint is used to modify a version.classThis endpoint is used to schedule a version. -
Uses of Endpoint in masecla.modrinth4j.endpoints.version.files
Subclasses of Endpoint in masecla.modrinth4j.endpoints.version.filesModifier and TypeClassDescriptionclassThis endpoint is used to delete a file from a version.classThis endpoint is used to get the latest version from a hash.classThis endpoint is used to get the latest versions from a list of hashes.classThis endpoint is used to get the version from a hash.classThis endpoint is used to get the versions from a list of hashes.