GET Local Help

https://127.0.0.1:{port}/help

Get help for the local client

Headers

URL Parameters

Other Variables

Response

type LocalHelpResponse = {
    events: {
        [x: string]: string;
    };
    functions: {
        [x: string]: string;
    };
    types: {
        [x: string]: string;
    };
};