Converts an object to hackerapi object notation
Adds an attendee to the event. Only their id and role are sent in the request. Check out
HackerAPI.User
for how to modify the other values
The attendee's info
Converts a Javascript date (where only day, month and year are relevant) to a format understood by hackerapi
Doesn't do anything if string
key: [0], value: [1]
Converts Javascript date to a format understood by hackerapi
key: [0], value: [1]
Does not send the field to hackerapi
key: [0], value: [1]
Gets the list of attendees from HackerAPI for a given event
Gets the list of attendees from HackerAPI for a given event
Removes an attendee from this event
If no error is thrown then successful delete
HOC for renaming a field before sending it to hackerapi
The string to rename the key to
key: [0], value: [1]
Generated using TypeDoc
A container for data related to an
Event
that aUser
is attending. Check out theHackerAPI.User
class for modifying{ HackerAPI.Base }