mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
c1b53312bf
Adds API support for updating emergency contacts. Also renamed HttpUtils to D4hRequest to better represent what the class is.
9 lines
213 B
TypeScript
9 lines
213 B
TypeScript
import D4H from './src/d4h'
|
|
export default D4H
|
|
|
|
export * from './src/customField'
|
|
export * from './src/d4h'
|
|
export * from './src/emergencyContacts'
|
|
export * from './src/group'
|
|
export * from './src/member'
|