Class GetUserProjects

java.lang.Object
masecla.modrinth4j.endpoints.generic.Endpoint<List<Project>,EmptyRequest>
masecla.modrinth4j.endpoints.user.GetUserProjects

public class GetUserProjects extends Endpoint<List<Project>,EmptyRequest>
This endpoint is used to get a list of projects from a user.
  • Constructor Details

    • GetUserProjects

      public GetUserProjects(HttpClient client, com.google.gson.Gson gson)
      Creates a new instance of the endpoint.
      Parameters:
      client - The client to use.
      gson - The gson instance to use.
  • Method Details