Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Apr 26, 2024
1 parent 1a098c5 commit cf7cda6
Show file tree
Hide file tree
Showing 38 changed files with 1,220 additions and 1,175 deletions.
22 changes: 11 additions & 11 deletions docs/client.adminapi.issueappauthenticationtoken.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AdminApi](./client.adminapi.md) &gt; [issueAppAuthenticationToken](./client.adminapi.issueappauthenticationtoken.md)

## AdminApi.issueAppAuthenticationToken property

**Signature:**

```typescript
issueAppAuthenticationToken: Requester<IssueAppAuthenticationTokenRequest, IssueAppAuthenticationTokenResponse>;
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AdminApi](./client.adminapi.md) &gt; [issueAppAuthenticationToken](./client.adminapi.issueappauthenticationtoken.md)

## AdminApi.issueAppAuthenticationToken property

**Signature:**

```typescript
issueAppAuthenticationToken: Requester<IssueAppAuthenticationTokenRequest, IssueAppAuthenticationTokenResponse>;
```
22 changes: 11 additions & 11 deletions docs/client.adminwebsocket.issueappauthenticationtoken.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AdminWebsocket](./client.adminwebsocket.md) &gt; [issueAppAuthenticationToken](./client.adminwebsocket.issueappauthenticationtoken.md)

## AdminWebsocket.issueAppAuthenticationToken property

**Signature:**

```typescript
issueAppAuthenticationToken: Requester<IssueAppAuthenticationTokenRequest, IssueAppAuthenticationTokenResponse>;
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AdminWebsocket](./client.adminwebsocket.md) &gt; [issueAppAuthenticationToken](./client.adminwebsocket.issueappauthenticationtoken.md)

## AdminWebsocket.issueAppAuthenticationToken property

**Signature:**

```typescript
issueAppAuthenticationToken: Requester<IssueAppAuthenticationTokenRequest, IssueAppAuthenticationTokenResponse>;
```
108 changes: 54 additions & 54 deletions docs/client.appauthenticationrequest.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [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>
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [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>
22 changes: 11 additions & 11 deletions docs/client.appauthenticationrequest.token.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppAuthenticationRequest](./client.appauthenticationrequest.md) &gt; [token](./client.appauthenticationrequest.token.md)

## AppAuthenticationRequest.token property

**Signature:**

```typescript
token: AppAuthenticationToken;
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppAuthenticationRequest](./client.appauthenticationrequest.md) &gt; [token](./client.appauthenticationrequest.token.md)

## AppAuthenticationRequest.token property

**Signature:**

```typescript
token: AppAuthenticationToken;
```
24 changes: 12 additions & 12 deletions docs/client.appauthenticationtoken.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppAuthenticationToken](./client.appauthenticationtoken.md)

## AppAuthenticationToken type


**Signature:**

```typescript
export type AppAuthenticationToken = number[];
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppAuthenticationToken](./client.appauthenticationtoken.md)

## AppAuthenticationToken type


**Signature:**

```typescript
export type AppAuthenticationToken = number[];
```
28 changes: 14 additions & 14 deletions docs/client.appcallzomerequest.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [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)

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [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)

30 changes: 15 additions & 15 deletions docs/client.appclient.appinfo.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppClient](./client.appclient.md) &gt; [appInfo](./client.appclient.appinfo.md)

## AppClient.appInfo() method

**Signature:**

```typescript
appInfo(): Promise<AppInfoResponse>;
```
**Returns:**

Promise&lt;[AppInfoResponse](./client.appinforesponse.md)<!-- -->&gt;

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppClient](./client.appclient.md) &gt; [appInfo](./client.appclient.appinfo.md)

## AppClient.appInfo() method

**Signature:**

```typescript
appInfo(): Promise<AppInfoResponse>;
```
**Returns:**

Promise&lt;[AppInfoResponse](./client.appinforesponse.md)<!-- -->&gt;

130 changes: 65 additions & 65 deletions docs/client.appclient.callzome.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppClient](./client.appclient.md) &gt; [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&lt;any&gt;

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppClient](./client.appclient.md) &gt; [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&lt;any&gt;

0 comments on commit cf7cda6

Please sign in to comment.