Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 197 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 197 Bytes

hapio-node-sdk

Usage

import { HapioClient } from 'hapio-node-sdk'

const hapioClient = new HapioClient('your-api-token')

const bookings = await hapioClient.bookings.getBookings()