Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 271 Bytes

File metadata and controls

11 lines (7 loc) · 271 Bytes

Deporcated: use the npm version with react, it also has a typescript header

CInP client for react

Example usage:

import CInP from './cinp';
cinp = new CInP( host );
cinp.describe( '/api/v1/' ).then( ( result ) => alert( result.type ) );