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/categories

Description

Returns the list of all GenRocket Generator Categories in ascending order.

URL Request

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

Payload Response (Example)

{
  "categories":[
    {
      "name":"AddressGenerators"
    },
    {
      "name":"Business Logic Generators"
    },
    {
      "name":"Calendar Date Generators"
    }
  ]
}