@st-gr/abap-adt-api-patched
v7.1.1-patched.1
Published
Patched fork of abap-adt-api with sap-client/sap-language, lock URL fix, and Content-Type fix
Readme
ADT - Abap Developer Tools client
This library simplifies access to the ADT REST interface.
Supports a good share of what Eclipse tools can do with a simple JS/TS interface.
Designed for general use, mostly used in ABAP remote filesystem extension for visual studio code
Sample usage
// create a client object
import { ADTClient } from "abap-adt-api"
const client = new ADTClient(
"http://vhcalnplci.bti.local:8000",
"developer",
"mypassword"
)
const nodes = await client.nodeContents("DEVC/K", "$TMP")