UNPKG
@sap/adp-abap
Version:
latest (1.1.74)
1.1.74
1.1.73
1.1.72
1.1.71
1.1.70
1.1.69
1.1.68
1.1.67
1.1.66
1.1.65
1.1.64
1.1.63
1.1.62
1.1.61
1.1.59
1.1.58
1.1.57
1.1.56
1.1.55
1.1.54
1.1.52
1.1.51
1.1.50
1.1.49
1.1.48
1.1.47
1.1.46
1.1.45
1.1.44
1.1.43
1.1.42
1.1.39
1.1.38
1.1.37
1.1.34
0.2.27
abap service for all yeoman generators
@sap/adp-abap
/
dist
/
services
/
DiscoveryUtils.d.ts
7 lines
(6 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
class
DiscoveryUtils
{
private
static
DISCOVERY_URL
;
private
static
FILTER
;
static
isAbapSystem
(
destinationName
:
string
,
username
?:
string
,
password
?:
string
):
Promise
<
boolean
>;
private
static
getRequestOptions; }