-
Method Summary
void
Method that will retrieve the venue config file for the current venue
void
Method that will update the venue config file for the current venue, represented by json structure
-
Method Details
-
getVenueConf
Method that will retrieve the venue config file for the current venue
- Parameters:
token
- the token to authenticate and get the Venue Config
handler
- the handler to manage the status of the request
-
updateVenueConf
Method that will update the venue config file for the current venue, represented by json structure
- Parameters:
token
- the token to authenticate and post the Unit Config
venueConf
- the venue object to update or create the Venue Config in the server
handler
- the handler to manage the request status