Get Dependencies

GET /endpoints/dependencies

This helps you get list of all the dependencies of parsed code of a specific endpoint.

Headers

Query Params

Response

[ //array of dependencies of the endpoint
    "API.get"
]

Last updated