• Joined on 2023-07-08
zephyr created branch api-fixups in ligmo/ligmo 2025-05-10 00:26:45 -04:00
zephyr commented on issue ligmo/ligmo#1 2025-05-09 23:40:24 -04:00
thoughts

actual limit of emote slots is 50000, not infinite, token bucket rate limit of 1k emotes added per week, across all your sets, by any method; 90 day expiry implies you can only get up to ~13k…

zephyr pushed to api-emote at ligmo/ligmo 2025-05-09 14:57:44 -04:00
dd5dc0324b api: english
zephyr pushed to api-emote at ligmo/ligmo 2025-05-09 14:38:52 -04:00
5c866ec499 api: move remaining models to global with visibility
zephyr approved ligmo/ligmo#25 2025-05-09 13:21:37 -04:00
go rest api scaffold

this is just setting up and running the tool, right? there are some things i would do differently if i were writing this code myself, particularly wrt interfaces, but it seems fine for generated code. probably good to get more eyes on this, though.

zephyr pushed to api-emote at ligmo/ligmo 2025-05-09 13:14:02 -04:00
327d825977 api: better docs on ErrAuth
6e4a70499c api: define delete emote endpoint
582ce6bfb8 api: define update emote endpoint
Compare 3 commits »
zephyr created pull request ligmo/ligmo#27 2025-05-08 12:53:50 -04:00
WIP: emote management api
zephyr pushed to api-emote at ligmo/ligmo 2025-05-08 12:53:34 -04:00
1bc1c23a19 api: define emote upload
3287e57b9e api: move read.tsp into main.tsp
17f4357033 api: use lifecycle visibility for a global emote model
Compare 3 commits »
zephyr created branch api-emote in ligmo/ligmo 2025-05-08 12:53:34 -04:00
zephyr deleted branch api-manual-ids from ligmo/ligmo 2025-05-08 09:20:26 -04:00
zephyr pushed to main at ligmo/ligmo 2025-05-08 09:20:25 -04:00
f3194a3a03 api: manually set operation ids (#26)
zephyr merged pull request ligmo/ligmo#26 2025-05-08 09:20:24 -04:00
api: manually set operation ids
zephyr commented on pull request ligmo/ligmo#26 2025-05-07 21:00:36 -04:00
api: manually set operation ids

remind me to git stash pop when this is merged

zephyr created pull request ligmo/ligmo#26 2025-05-07 20:51:32 -04:00
api: manually set operation ids
zephyr pushed to api-manual-ids at ligmo/ligmo 2025-05-07 20:50:52 -04:00
00235e6240 api: manually set operation ids
a92f29174e api: move attributions to models
Compare 2 commits »
zephyr created branch api-manual-ids in ligmo/ligmo 2025-05-07 20:50:52 -04:00
zephyr deleted branch typespec from ligmo/ligmo 2025-05-07 15:26:41 -04:00
zephyr pushed to main at ligmo/ligmo 2025-05-07 15:26:41 -04:00
a2214b766b read api specification (#20)
zephyr closed issue ligmo/ligmo#14 2025-05-07 15:26:40 -04:00
api models
zephyr merged pull request ligmo/ligmo#20 2025-05-07 15:26:40 -04:00
read api specification