@hamuga/imap-core
v1.0.1
Published
Shared core client and types for Hamuga iMap SDK
Readme
@hamuga/imap-core
Shared gateway client, bootstrap state, and shared types for the Hamuga iMap SDK ecosystem.
Use this package when you need:
HamugaApicreateHamugaSearchClient()- shared routing, POI, and coordinate types
Installation
npm install @hamuga/imap-coreUsage
import { HamugaApi, createHamugaSearchClient } from '@hamuga/imap-core';
HamugaApi.initialize({
apiKey: 'YOUR_HAMUGA_API_KEY',
});
const client = createHamugaSearchClient({
apiKey: HamugaApi.apiKey!,
});