mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
Update emergency contacts
Adds API support for updating emergency contacts. Also renamed HttpUtils to D4hRequest to better represent what the class is.
This commit is contained in:
+5
-4
@@ -1,7 +1,8 @@
|
||||
import D4H from './src/d4h.js'
|
||||
import D4H from './src/d4h'
|
||||
export default D4H
|
||||
|
||||
export * from './src/customField'
|
||||
export * from './src/d4h.js'
|
||||
export * from './src/group.js'
|
||||
export * from './src/member.js'
|
||||
export * from './src/d4h'
|
||||
export * from './src/emergencyContacts'
|
||||
export * from './src/group'
|
||||
export * from './src/member'
|
||||
|
||||
Reference in New Issue
Block a user