All Projects → marcellourbani → abap-adt-api

marcellourbani / abap-adt-api

Licence: MIT license
Abap Developer Tools client

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to abap-adt-api

ABAPFavorites
ABAP Favorites Eclipse Plugin
Stars: ✭ 23 (-8%)
Mutual labels:  abap, adt
rocket-pipes
Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀
Stars: ✭ 18 (-28%)
Mutual labels:  adt
RemoteDataK
Algebraic data type (ADT) to represent the state of data that is loading from/to remote sources/destinations
Stars: ✭ 44 (+76%)
Mutual labels:  adt
abap-best-practice
A list of common principles of clean ABAP development
Stars: ✭ 69 (+176%)
Mutual labels:  abap
abap-platform-jak
The JSON ABAP Konverter
Stars: ✭ 16 (-36%)
Mutual labels:  abap
abap-data-validator
A data validation tool.
Stars: ✭ 28 (+12%)
Mutual labels:  abap
abapOpenReview
ABAP Review Tool
Stars: ✭ 19 (-24%)
Mutual labels:  abap
abap-openapi-client
ABAP OpenAPI Client and Server generator in ABAP
Stars: ✭ 44 (+76%)
Mutual labels:  abap
SAP-ABAP-Development
SAP ABAP development, customization and enhancement guides
Stars: ✭ 51 (+104%)
Mutual labels:  abap
abap-log-exporter
Exports SAP Netweaver logs to a log system of your choice.
Stars: ✭ 31 (+24%)
Mutual labels:  abap
abap-file-formats
File formats that define and specify the file representation for ABAP development objects
Stars: ✭ 39 (+56%)
Mutual labels:  abap
ABAP-Library
Useful ABAP code snippets
Stars: ✭ 118 (+372%)
Mutual labels:  abap
Simple-Data-Explorer
Simple Data Explorer
Stars: ✭ 37 (+48%)
Mutual labels:  abap
ABAP-Swagger
Expose ABAP REST services with Swagger/openapi spec
Stars: ✭ 80 (+220%)
Mutual labels:  abap
abaK
ABAP constants done right
Stars: ✭ 26 (+4%)
Mutual labels:  abap
remotedata-re
Tools for fetching data from remote sources in Reason
Stars: ✭ 32 (+28%)
Mutual labels:  adt
Teched17
Code for the demo I gave at SAP TechEd 2017
Stars: ✭ 45 (+80%)
Mutual labels:  abap
abap mustache
Mustache template engine for ABAP
Stars: ✭ 14 (-44%)
Mutual labels:  abap
abapGitServer
Git server implemented in ABAP
Stars: ✭ 56 (+124%)
Mutual labels:  abap
scala-3-crash-course
Scala 3 workshop presenting the top new features of the language.
Stars: ✭ 34 (+36%)
Mutual labels:  adt

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")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].