Generating Blast Radius

GET endpoints/blast

Now that you'd like to compare the changes and understand the blast radius of the changes, between the main/master branch and the branch you're planning to merge - we use this endpoint.

Headers

NameValue

Authorization

Bearer <token>

Query Params

NameTypeDescription

project_id

number

Generated project id during parse

base_branch

string

base branch name

Response

{
    "/server.py": [ //signifies the file in which it found the endpoint
        {
            "entryPoint": "GET /",
            "identifier": "/server.py:index"
        }
    ]
}

Last updated