0.9.0 • Published 5 months ago
@spartan-hc/app-interface-client v0.9.0
Holochain App Client
A Javascript client for communicating with Holochain's App Interface API.
Overview
This client is guided by the interfaces defined in the holochain/holochain project.
Features
- Support for Zomelets
Install
npm i @spartan-hc/app-interface-client
Simplest Usage
import { AppInterfaceClient } from '@spartan-hc/app-interface-client';
const client = new AppInterfaceClient( app_port );
const app_client = await client.app( auth_token );
await app_client.call( "role_name", "zome_name", "fn_name", args );
Contributing
See CONTRIBUTING.md
0.9.0
5 months ago
0.8.0
9 months ago
0.7.3
9 months ago
0.7.2
12 months ago
0.7.1
1 year ago
0.7.0
1 year ago
0.6.1
1 year ago
0.6.0
1 year ago
0.5.0
1 year ago
0.4.1
1 year ago
0.4.0
1 year ago
0.3.2
1 year ago
0.3.1
1 year ago
0.3.0
1 year ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago