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:
Colin Williams
2023-03-22 10:20:32 -07:00
committed by GitHub
parent 67e52ecd7e
commit c1b53312bf
5 changed files with 42 additions and 21 deletions
+5 -4
View File
@@ -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'