Uses of Class
masecla.modrinth4j.model.project.Project
Packages that use Project
-
Uses of Project in masecla.modrinth4j.endpoints.project
Methods in masecla.modrinth4j.endpoints.project that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectEndpoints.create(CreateProject.CreateProjectRequest request) This endpoint will create a project based on the request.This endpoint is used to fetch a project by its ID.This endpoint is used to fetch a list of projects by their IDs.This endpoint is used to fetch a list of projects by their IDs.ProjectEndpoints.getRandomProjects(int count) This endpoint is used to get a list of random projectscom.google.gson.reflect.TypeToken<Project> CreateProject.getResponseClass()Returns the response class.GetMultipleProjects.getResponseClass()Returns the response class.com.google.gson.reflect.TypeToken<Project> GetProject.getResponseClass()Returns the response class.GetRandomProjects.getResponseClass()CreateProject.sendRequest(CreateProject.CreateProjectRequest parameters, Map<String, String> urlParams) Sends the request. -
Uses of Project in masecla.modrinth4j.endpoints.user
Methods in masecla.modrinth4j.endpoints.user that return types with arguments of type ProjectModifier and TypeMethodDescriptionGetUserFollowedProjects.getResponseClass()Returns the response class.GetUserProjects.getResponseClass()Returns the response class.UserEndpoints.getUserFollowedProjects(String id) Gets the followed projects of a user by their IDUserEndpoints.getUserProjects(String id) Gets the projects of a user by their ID