Class GetRandomProjects

java.lang.Object
masecla.modrinth4j.endpoints.generic.Endpoint<List<Project>,EmptyRequest>
masecla.modrinth4j.endpoints.project.GetRandomProjects

public class GetRandomProjects extends Endpoint<List<Project>,EmptyRequest>
Gets a list of random projects.
  • Constructor Details

    • GetRandomProjects

      public GetRandomProjects(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