Creates a local Event instance.
Converts an object to hackerapi object notation
Adds a user to Slack
Creates an event on HackerAPI of this event using the event's slug.
The following properties are required:
organizationID
name
startTime
endTime
slug
The event to create (can also contain the token to use)
The credentials to use to get the data (must use an organizer token)
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]
Pulls data about an event using it's slug
The credentials to use to get the data (must use an organizer token)
Gets a badge image for a person given their information
What company this person works for
The name to go on the badge
The person's role
The number of hours this badge is valid for
A data URI of the badge
This feature doesn't seem to be fully implemented (or functional?) in hackerapi so use at your own discretion
So far looks like this can only be "claimed"
The skills to filter mentors by
No idea what that object is
HOC for renaming a field before sending it to hackerapi
The string to rename the key to
key: [0], value: [1]
Updates event data on HackerAPI of the given event using the event's slug.
The updated event
Uploads a file
Generated using TypeDoc
An
Event
is a container for general info about an event. It also provides static methods for creating/updating/reading/deleting things related to an event on hackerapi.com{ HackerAPI.Base }