Class GetReportTypes

java.lang.Object
masecla.modrinth4j.endpoints.generic.Endpoint<List<String>,EmptyRequest>
masecla.modrinth4j.endpoints.tags.GetReportTypes

public class GetReportTypes extends Endpoint<List<String>,EmptyRequest>
This endpoint is used to get a list of report types.
  • Constructor Details

    • GetReportTypes

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