DevZero Logo
DevZero

Given multiple repos, suggest a recipe

POST
/suggest/v3/recipe
/suggest/v3/recipe

Request Body

application/jsonRequired

suggest body

localDirstring

reposarray<object>

curl -X POST "https://api.devzero.io/backend/v0/suggest/v3/recipe" \
  -H "Content-Type: application/json" \
  -d '{
    "localDir": "string",
    "repos": [
      {
        "git_username": "string",
        "owner": "string",
        "personal_access_token": "string",
        "repo": "string"
      }
    ]
  }'

recipe

"string"