abap-adt-api
TypeScript icon, indicating that this package has built-in type declarations

6.0.1 • Public • Published

npm

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")

Readme

Keywords

Package Sidebar

Install

npm i abap-adt-api

Weekly Downloads

15

Version

6.0.1

License

MIT

Unpacked Size

431 kB

Total Files

96

Last publish

Collaborators

  • marcello.urbani