utils.rcclient.services.recipe_service

Module Contents

Classes

RecipeService

Attributes

logger

utils.rcclient.services.recipe_service.logger
class utils.rcclient.services.recipe_service.RecipeService
RECIPES_ENDPOINT = '/dfs-run-config-groups'
GENERATE_CODE_ENDPOINT = '/dfs-run-config-groups/generate-code'
STOP_RECIPES_ENDPOINT = '/dfs-run-config-groups/stop'
recipe_client
classmethod find(project_id: str)
stop(recipe_id: str)
generate_code(code)

Generates code based on the provided code object.

Parameters:

code – The code object containing the necessary data.

Returns:

The updated code object after generating the code.

Return type:

code