Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

ws/generators

Description

Returns the list of all GenRocket Generators by full name in ascending order.

URL Request

https://app.genrocket.com/ws/generators
HTML

Payload Response (Example)

{
  "generators": [
    {
      "name": "com.genrocket.generator.AddressGen",
      "shortDescription": "Short description..."
    },
    {
      "name": "com.genrocket.generator.AlphebetGen",
      "shortDescription": "Short description..."
    },
    {
      "name": "com.genrocket.generator.BooleanValueGen",
      "shortDescription": "Short description..."
    }
  ]
}