-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8859ce7
commit 0b1e0b4
Showing
32 changed files
with
1,139 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AdminApi](./client.adminapi.md) > [issueAppAuthenticationToken](./client.adminapi.issueappauthenticationtoken.md) | ||
|
||
## AdminApi.issueAppAuthenticationToken property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
issueAppAuthenticationToken: Requester<IssueAppAuthenticationTokenRequest, IssueAppAuthenticationTokenResponse>; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AdminWebsocket](./client.adminwebsocket.md) > [issueAppAuthenticationToken](./client.adminwebsocket.issueappauthenticationtoken.md) | ||
|
||
## AdminWebsocket.issueAppAuthenticationToken property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
issueAppAuthenticationToken: Requester<IssueAppAuthenticationTokenRequest, IssueAppAuthenticationTokenResponse>; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppAuthenticationRequest](./client.appauthenticationrequest.md) | ||
|
||
## AppAuthenticationRequest interface | ||
|
||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface AppAuthenticationRequest | ||
``` | ||
|
||
## Properties | ||
|
||
<table><thead><tr><th> | ||
|
||
Property | ||
|
||
|
||
</th><th> | ||
|
||
Modifiers | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
[token](./client.appauthenticationrequest.token.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
[AppAuthenticationToken](./client.appauthenticationtoken.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppAuthenticationRequest](./client.appauthenticationrequest.md) > [token](./client.appauthenticationrequest.token.md) | ||
|
||
## AppAuthenticationRequest.token property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
token: AppAuthenticationToken; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppAuthenticationToken](./client.appauthenticationtoken.md) | ||
|
||
## AppAuthenticationToken type | ||
|
||
|
||
**Signature:** | ||
|
||
```typescript | ||
export type AppAuthenticationToken = number[]; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppCallZomeRequest](./client.appcallzomerequest.md) | ||
|
||
## AppCallZomeRequest type | ||
|
||
|
||
**Signature:** | ||
|
||
```typescript | ||
export type AppCallZomeRequest = NonProvenanceCallZomeRequest | RoleNameCallZomeRequest | CallZomeRequestSigned | RoleNameCallZomeRequestSigned; | ||
``` | ||
**References:** [NonProvenanceCallZomeRequest](./client.nonprovenancecallzomerequest.md)<!-- -->, [RoleNameCallZomeRequest](./client.rolenamecallzomerequest.md)<!-- -->, [CallZomeRequestSigned](./client.callzomerequestsigned.md)<!-- -->, [RoleNameCallZomeRequestSigned](./client.rolenamecallzomerequestsigned.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppClient](./client.appclient.md) > [appInfo](./client.appclient.appinfo.md) | ||
|
||
## AppClient.appInfo() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
appInfo(): Promise<AppInfoResponse>; | ||
``` | ||
**Returns:** | ||
|
||
Promise<[AppInfoResponse](./client.appinforesponse.md)<!-- -->> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppClient](./client.appclient.md) > [callZome](./client.appclient.callzome.md) | ||
|
||
## AppClient.callZome() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
callZome(args: AppCallZomeRequest, timeout?: number): Promise<any>; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
args | ||
|
||
|
||
</td><td> | ||
|
||
[AppCallZomeRequest](./client.appcallzomerequest.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
timeout | ||
|
||
|
||
</td><td> | ||
|
||
number | ||
|
||
|
||
</td><td> | ||
|
||
_(Optional)_ | ||
|
||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
Promise<any> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppClient](./client.appclient.md) > [createCloneCell](./client.appclient.createclonecell.md) | ||
|
||
## AppClient.createCloneCell() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
createCloneCell(args: AppCreateCloneCellRequest): Promise<CreateCloneCellResponse>; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
args | ||
|
||
|
||
</td><td> | ||
|
||
[AppCreateCloneCellRequest](./client.appcreateclonecellrequest.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
Promise<[CreateCloneCellResponse](./client.createclonecellresponse.md)<!-- -->> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppClient](./client.appclient.md) > [disableCloneCell](./client.appclient.disableclonecell.md) | ||
|
||
## AppClient.disableCloneCell() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
disableCloneCell(args: AppDisableCloneCellRequest): Promise<DisableCloneCellResponse>; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
args | ||
|
||
|
||
</td><td> | ||
|
||
[AppDisableCloneCellRequest](./client.appdisableclonecellrequest.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
Promise<[DisableCloneCellResponse](./client.disableclonecellresponse.md)<!-- -->> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [AppClient](./client.appclient.md) > [enableCloneCell](./client.appclient.enableclonecell.md) | ||
|
||
## AppClient.enableCloneCell() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
enableCloneCell(args: AppEnableCloneCellRequest): Promise<EnableCloneCellResponse>; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
args | ||
|
||
|
||
</td><td> | ||
|
||
[AppEnableCloneCellRequest](./client.appenableclonecellrequest.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
Promise<[EnableCloneCellResponse](./client.enableclonecellresponse.md)<!-- -->> | ||
|
Oops, something went wrong.