From 7c7a39ed55016dc58c2e97c66d16767ae833fafa Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Mon, 20 May 2024 09:45:39 +0100 Subject: [PATCH] Adds details of my schedule API shim to attendee run API list This has so far been a useful tool for myself and others in developing cool stuff (mainly the ability to fake being at the event). --- content/attendee-run.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/attendee-run.md b/content/attendee-run.md index 4a67870..5886017 100644 --- a/content/attendee-run.md +++ b/content/attendee-run.md @@ -6,4 +6,5 @@ description: Attendee-run APIs that don't get a mention elsewhere Here are some links to attendee-run APIs: * Duck fact of the day API: [https://03vpefsitf.execute-api.eu-west-1.amazonaws.com/prod/](https://03vpefsitf.execute-api.eu-west-1.amazonaws.com/prod/) +* Enhanced schedule API: [details](https://github.com/DanNixon/emfcamp-schedule-api/tree/main/adapter), 2024: [https://schedule.emfcamp.dan-nixon.com/](https://schedule.emfcamp.dan-nixon.com/), 2022: [https://2022.schedule.emfcamp.dan-nixon.com/](https://2022.schedule.emfcamp.dan-nixon.com/) * Giant Rubik's Cube solve data API: [https://github.com/danieljabailey/giant_led_cube/blob/main/api.md](https://github.com/danieljabailey/giant_led_cube/blob/main/api.md)