Welcome to the Banjo Hootson API. This API provides endpoints for managing plushie birthdays and other features.
GET /plushie-birthday
Returns a list of all plushie birthdays.
GET /plushie-birthday/upcoming
Returns a list of upcoming plushie birthdays.
Query Parameters:
days (optional): Number of days to look ahead (default: 7)GET /plushie-birthday/:username
Returns a list of plushie birthdays for a specific username.
URL Parameters:
username: The username to get birthdays forGET /plushie-birthday/event/:eventId
Returns a specific plushie birthday by its event ID.
URL Parameters:
eventId: The ID of the birthday eventPOST /plushie-birthday/calendar
Creates a new plushie birthday event in Google Calendar.
Request Body (JSON):
name (required): Name of the plushiebirthday (required): Birthday date in ISO format (e.g. "2023-12-25T00:00:00.000Z")username (required): Username of the plushie ownerdescription (optional): Description of the plushieGET /health
Check if the API is running.
Current Status: Operational