Static
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
getStatic
getRetrieves the current users account based the auth token being used.
Returns a promise from Axios.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
getFor users that have either RSVPed or purchased tickets to an event, this will list their tickets.
Accounts My Tickets - BingeWave
Returns a promise from Axios.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
getRetrieve the profile related to a user by their ID.
Returns a promise from Axios.
The id of the user whose profile you want to retrieve
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
removeRemoves a preference key-value pair that has been set for the user.
Accounts Remove Preference - BingeWave
Returns a promise from Axios.
The id of the user.
The key to remove, which will remove the entire preference.
Optional
data: null | objectData that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
removeRemoves a secure preference key-value pair that has been set for the user. With a secure preference, only the current user is able to access and remove the preference.
Accounts Remove Secure Preference - BingeWave
Returns a promise from Axios.
The id of the user.
The key to remove, which will remove the entire preference.
Optional
data: null | objectData that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
setSets preference item for a user. Items are stored in a key-value pair.
Accounts Set Prefrence - BingeWave
Returns a promise from Axios.
The id of the user
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
setSets a secure preference item for a user. in which items are stored in a key-value pair. Secure preferences cannot be read by others, and only the current user is able to access this preference. Store sensitive information such as tokens in this field.
Accounts Set Secure Prefrence - BingeWave
Returns a promise from Axios.
The id of the user
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
updateUpate a users account based on the users auth token. Only a user is able to update thier own account.
Accounts Update Account - BingeWave
Returns a promise from Axios.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Generated using TypeDoc
Retrives a list of accounts that is associated with an organizer's account. The auth token used must be related to the organizer account.
See
Accounts List - BingeWave
Returns
Returns a promise from Axios.