UNPKG

@tanglemesh/api-client.js

Version:

A simple lightweight api client for using the tangleMesh:api with authentification.

7 lines (6 loc) 178 B
const ApiClient = require ("./src/api-client.js"); const ApiAuthentificator = require ("./src/api-authentificator"); module.exports = { ApiClient, ApiAuthentificator, };