Getting code of a specific node
GET
/code/node
Get the code of a specific node in the parsed codebase. These nodes are typically your endpoints or their child functions that were listed as part of flow graph.
Headers
Name | Value |
---|---|
Authorization |
|
Query Params
Name | Type | Description |
---|---|---|
| number | The project id generated during parsing of the code |
| string | The node id that points to the specific node you want to get code of |
Response
Last updated