Class representing PineRequest for making requests to PineScript services.
Private
Holds the fetch function for making requests
Holds the URL for the Pine facade
Holds a list of saved requests
Check if a username is available.
Get a PineScript script by ID part and version.
ID part of the script.
Get request headers with optional session ID.
Version of the script (default: 'last').
Get a list of standard scripts.
Get a list of libraries based on a prefix.
Prefix to filter libraries.
Perform linting on PineScript.
Dynamically imports node-fetch and assigns it to this.fetch. This method ensures compatibility with ES Modules.
Makes a request to the specified URL using the specified method.
The HTTP method to use for the request.
The URL to make the request to.
A promise that resolves to the response from the request.
Generated using TypeDoc
Class representing PineRequest for making requests to PineScript services.