Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 220 Bytes

@tupaia/api-client

Client for connecting to Tupaia microservice APIs

Usage

const auth = new BasicAuthHandler(username, password);
const tupaia = new TupaiaApiClient(auth);
tupaia.entity.getEntity('...')