Skip to content

Commit

Permalink
add GetSupportedLanguages and GetSoundFileData
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoonThatRises committed Aug 19, 2024
1 parent 461bb23 commit 8d684d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/StudentVue/SOAPApi/StudentVueApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ public class StudentVueApi {
case synergyMailGetAttachment = "SynergyMailGetAttachment"
case updatePXPMessage = "UpdatePXPMessage"
case studentHealthInfo = "StudentHealthInfo"

case getSupportedLanguages = "GetSupportedLanguages"
case getSoundFileData = "GetSoundFileData"
}

/// Web services that StudentVue uses. `HDInfoServices` is only used to access the`HDInfoCommunication` endpoint
Expand Down

0 comments on commit 8d684d2

Please sign in to comment.