Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 193 Bytes

README.rst

File metadata and controls

8 lines (6 loc) · 193 Bytes

CInP client for react

Example usage:

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