Methods
Private _ensureCredentials
- _ensureCredentials(): any
configure
- configure(options: any): any
-
Parameters
Returns any
- The current configuration
createInstance
-
Returns any
- A promise of true if Success
del
- del(apiName: any, path: any, init: any): Promise<any>
-
Parameters
-
apiName: any
-
path: any
-
init: any
Returns Promise<any>
- A promise that resolves to an object with response status and JSON data, if successful.
endpoint
- endpoint(apiName: any): Promise<any>
-
Parameters
Returns Promise<any>
get
- get(apiName: any, path: any, init: any): Promise<any>
-
Parameters
-
apiName: any
-
path: any
-
init: any
Returns Promise<any>
- A promise that resolves to an object with response status and JSON data, if successful.
getGraphqlOperationType
- getGraphqlOperationType(operation: any): any
graphql
- graphql(__namedParameters: object): Promise<any> | Observable<object>
-
Parameters
-
__namedParameters: object
-
query: any
-
variables: any
Returns Promise<any>
|
Observable<object>
head
- head(apiName: any, path: any, init: any): Promise<any>
-
Parameters
-
apiName: any
-
path: any
-
init: any
Returns Promise<any>
- A promise that resolves to an object with response status and JSON data, if successful.
patch
- patch(apiName: any, path: any, init: any): Promise<any>
-
Parameters
-
apiName: any
-
path: any
-
init: any
Returns Promise<any>
- A promise that resolves to an object with response status and JSON data, if successful.
post
- post(apiName: any, path: any, init: any): Promise<any>
-
Parameters
-
apiName: any
-
path: any
-
init: any
Returns Promise<any>
- A promise that resolves to an object with response status and JSON data, if successful.
put
- put(apiName: any, path: any, init: any): Promise<any>
-
Parameters
-
apiName: any
-
path: any
-
init: any
Returns Promise<any>
- A promise that resolves to an object with response status and JSON data, if successful.
Export Cloud Logic APIs