@lingc-sun/abap-adt-api
v1.0.0
Published
基于 abap-adt-api 的修改版
Downloads
77
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")关于本包
本包基于 abap-adt-api 修改。
在原作者发布新版本前,可作为临时替代使用。
所有版权归原作者所有,修改部分遵循相同许可证(MIT)。
