Methods
Private _ensureCredentials
- _ensureCredentials(): any
configure
- configure(options: any): any
-
Parameters
Returns any
- The current configuration
createInstance
- createInstance(): true | Promise<never>
-
Returns true
|
Promise<never>
- 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<GraphQLResult<object>> | Observable<any>
-
Parameters
-
__namedParameters: object
-
-
paramQuery: any
-
variables: object
Returns Promise<GraphQLResult<object>>
|
Observable<any>
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