Skip to content

Commit

Permalink
make command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Feb 17, 2021
1 parent eac1e91 commit dd1abd6
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 149 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Node [CLI tool](./abap-api-tools) for pattern based web applications with ABAP/HANA systems.

- Any new or old SAP system
- By factors less code and efforts
- Front-end frameworks:
- [Aurelia](http://aurelia.io/)
- Angular, React and Vue by [SAP Fundamenal Library](https://sap.github.io/fundamental/)
Expand All @@ -35,7 +36,7 @@ Node [CLI tool](./abap-api-tools) for pattern based web applications with ABAP/H
- [ui elements](./abap-api-tools/README.md#ui-elements)
- [Custom ui configurations](./abap-api-tools/README.md#custom-ui-configurations)
- [i18n](./abap-api-tools/README.md#i18n)
- [CLI API](./abap-api-tools/README.md#cli-api)
- [Integration](./abap-api-tools/README.md#integration)
- [Building a pattern based app](./doc/app.md)
- NodeJS and Python [docker images](./docker)

Expand Down
10 changes: 5 additions & 5 deletions abap-api-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Command line tool for pattern based applications with ABAP/HANA systems.
- [ui elements](#ui-elements)
- [Custom ui configurations](#custom-ui-configurations)
- [i18n](#i18n)
- [CLI API](#cli-api)
- [Integration](#integration)
- [Known Issues](#known-issues)
- [Getting Support](#getting-support)
- [Contributing](#contributing)
Expand Down Expand Up @@ -364,13 +364,13 @@ short:
SCRTEXT_S: Postl Code
```

## CLI API
## Integration

Your tools and applications can use CLI API `call` and `get` methods, to access ABAP annotations and call templates.
Your tools and applications can use integration API `call` and `get` methods, to access ABAP annotations and call templates.

Either the destination id or connection parameters can be provided, together with one single RFM name or array of RFM names.
Either the destination id or connection parameters can be provided, with one or more RFM names.

Check [unit tests](https://github.com/SAP/fundamental-tools/tree/main/abap-api-tools/tests) for data structures.
Check [unit tests](https://github.com/SAP/fundamental-tools/tree/main/abap-api-tools/tests) for usage details and result data structure.

```ts
import { CliApi, CliResult, RfcConnectionParameters } from "abap-api-tools";
Expand Down
Loading

0 comments on commit dd1abd6

Please sign in to comment.