0.0.7 • Published 10 months ago

@capibar/client v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

CapibarJS - client @capibar/client

Lightest RPC client for the @capibar/core server

  1. Install package:

    npm install @capibar/client
    # or
    yarn add @capibar/client
  2. Using:

    import { CapibarModule } from '@capibar/client'
    
    // Create client instance
    const client = await CapibarModule.buildClient('https://example.ru/api')
    // Call rpc method
    console.log(await client.rpc.http.api.notes.findMany())
0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago